diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:24:49 +0100 |
commit | e4068331e701c1a64a304225097a672ca8e2bf05 (patch) | |
tree | a00055152173158756ffc98edfc060735eaff21e /INSTALL | |
parent | df26d1ef3104371c8b66e0ba652547d1ae9cbe94 (diff) | |
download | dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.gz dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.tar.bz2 dabmod-e4068331e701c1a64a304225097a672ca8e2bf05.zip |
make versioning git compatible, update INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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: =========================== |