diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 18:53:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 19:11:19 +0200 |
commit | 4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca (patch) | |
tree | c468e436b6857ee6ab6d80bf65fdc1802f7c9a5b /INSTALL.md | |
parent | cd6956880b8a7300d7d73c1afb973ca73683644d (diff) | |
download | dabmux-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.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |