summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:24:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:24:49 +0100
commite4068331e701c1a64a304225097a672ca8e2bf05 (patch)
treea00055152173158756ffc98edfc060735eaff21e /INSTALL
parentdf26d1ef3104371c8b66e0ba652547d1ae9cbe94 (diff)
downloaddabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.gz
dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.bz2
dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.zip
make versioning git compatible, update INSTALL
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:
===========================