From e4068331e701c1a64a304225097a672ca8e2bf05 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 12 Nov 2013 20:24:49 +0100 Subject: make versioning git compatible, update INSTALL --- INSTALL | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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: =========================== -- cgit v1.2.3