diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:16:15 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:16:15 +0100 |
commit | 7b1cdcb6b9ae5e34901f109ff6db4fe8d660f1d3 (patch) | |
tree | 8e867ed36cd40c5163ae490c9d8c1dc32a6094aa /INSTALL | |
parent | 8d461525388f799008118d7fe873079d2bd5ba8e (diff) | |
download | dabmux-7b1cdcb6b9ae5e34901f109ff6db4fe8d660f1d3.tar.gz dabmux-7b1cdcb6b9ae5e34901f109ff6db4fe8d660f1d3.tar.bz2 dabmux-7b1cdcb6b9ae5e34901f109ff6db4fe8d660f1d3.zip |
update version generation for git, update INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -6,8 +6,8 @@ Required dependencies: * Optional ZeroMQ http://www.zeromq.org Use --disable-output-zeromq if you don't have it -Simple install procedure: -========================= +Simple install procedure using tarball release: +=============================================== % wget http://www.ka9q.net/code/fec/fec-3.0.1.tar.bz2 # Download libfec @@ -25,6 +25,15 @@ Simple install procedure: [ as root ] % make install # Install CRC-DabMux +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 + * Then use ./configure as above + Advanced install procedure: =========================== |