summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-12 19:50:01 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-12 19:50:01 +0100
commit1dee56e909ee9000a692e1d849963e782797d397 (patch)
tree5b85acb99bcefc61c8a40785c185cd3e4833a540 /INSTALL
parent9ff0ecbe4d151d5b65a1e9bb97e85d454b836bbb (diff)
downloaddabmux-1dee56e909ee9000a692e1d849963e782797d397.tar.gz
dabmux-1dee56e909ee9000a692e1d849963e782797d397.tar.bz2
dabmux-1dee56e909ee9000a692e1d849963e782797d397.zip
Prepare release v0.4.3v0.4.3
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 16 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5f86e80..6b03944 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,9 +17,19 @@ Simple install procedure using tarball release:
[as root]
% make install # Install the library
+ # install zeromq 4.0.3
+ % wget http://download.zeromq.org/zeromq-4.0.3.tar.gz
+ % tar -f zeromq-4.0.3.tar.gz -x
+ % cd zeromq-4.0.3
+ % ./configure
+ % make
+ [as root]
+ % make install
+
% tar xjf odr-dabmux-x.y.z.tar.bz2 # Unpack the source
% cd odr-dabmux-x.y.z # Change to the source directory
- % ./configure # Run the configure script
+ % ./configure --enable-input-zeromq --enable-output-zeromq
+ # Run the configure script
% make # Build ODR-DabMux
[ as root ]
% make install # Install ODR-DabMux
@@ -27,10 +37,14 @@ Simple install procedure using tarball release:
Nearly as simple install procedure using repository:
====================================================
+The code in the repository is more recent than the latest
+release and could be less stable, but already have new
+features.
+
* Download and install fec as above
* Clone the git repository
* Bootstrap autotools:
- % aclocal && automake --gnu --add-missing && autoconf
+ % ./bootstrap.sh
* Then use ./configure as above