From 4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 13 Sep 2015 18:53:06 +0200 Subject: Prepare release v0.8.0 --- INSTALL.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') 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:
% ./bootstrap.sh
* Then use ./configure as above -- cgit v1.2.3