summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 60e8b3d..6ec2e36 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Required dependencies:
* Boost 1.41 or later
* Optional ZeroMQ http://www.zeromq.org
- Use --disable-output-zeromq if you don't have it
+ Use --disable-input-zeromq if you don't have it
Simple install procedure:
=========================
@@ -16,6 +16,18 @@ Simple install procedure:
[ as root ]
% make install # Install CRC-DABMOD
+Nearly as simple install procedure using repository:
+====================================================
+
+ * Download and install fec as above
+ * Clone the git repository
+ * Bootstrap autotools:
+ % aclocal && automake --gnu --add-missing && autoconf
+ or
+ % autoreconf
+ whichever works best
+ * Then use ./configure as above
+
Advanced install procedure:
===========================