summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-13 18:53:06 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-13 19:11:19 +0200
commit4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca (patch)
treec468e436b6857ee6ab6d80bf65fdc1802f7c9a5b /INSTALL.md
parentcd6956880b8a7300d7d73c1afb973ca73683644d (diff)
downloaddabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.gz
dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.bz2
dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.zip
Prepare release v0.8.0v0.8.0
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 73a3471..6f1fedb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -28,7 +28,7 @@ Install odr-dabmux
% tar xjf odr-dabmux-x.y.z.tar.bz2 # Unpack the source
% cd odr-dabmux-x.y.z # Change to the source directory
- % ./configure --enable-input-zeromq --enable-output-zeromq
+ % ./configure
# Run the configure script
% make # Build ODR-DabMux
[ as root ]
@@ -37,12 +37,14 @@ Install odr-dabmux
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.
+The *master* branch in the repository always points to the
+latest release. If you are looking for a new feature or bug-fix
+that did not yet make its way into a release, you can clone the
+*next* branch from the repository.
-* Download and install fec as above
+* Download and install the dependencies as above
* Clone the git repository
+* Switch to the *next* branch
* Bootstrap autotools: <pre>% ./bootstrap.sh</pre>
* Then use ./configure as above