summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-16 14:51:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-16 14:51:43 -0700
commitfc5bb31a5142782160882c441cfd3c244860eb7f (patch)
treebe817574bd37aaa3c26abb68e11fc1060dcbad55 /INSTALL
parent476cfec6dcdbce22df6b95718de52dacc1ef389b (diff)
downloadsubsurface-fc5bb31a5142782160882c441cfd3c244860eb7f.tar.gz
INSTALL file: build the latest master / testing branches
The INSTALL file in the sources should show the instructions to build the latest master - and then be updated to build the latest release as we get closer to making a release. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d29b825d9..d188e4b5b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -93,7 +93,7 @@ like this:
mkdir -p ~/src
cd ~/src
-git clone -b v4.4.2 git://subsurface-divelog.org/subsurface
+git clone git://subsurface-divelog.org/subsurface
./subsurface/scripts/build.sh # <- this step will take quite a while as it
# compiles a handful of libraries before
# building Subsurface
@@ -162,7 +162,7 @@ $ make install
5) Install custom subsurface Marble
$ cd ~/src
-$ git clone -b Subsurface-4.4 git://subsurface-divelog.org/marble marble-source
+$ git clone -b Subsurface-testing git://subsurface-divelog.org/marble marble-source
$ cd marble-source
$ mkdir marble-build
$ cd marble-build
@@ -176,7 +176,7 @@ $ make install
$ brew install automake libtool
$ cd ~/src
-$ git clone -b Subsurface-4.4 git://subsurface-divelog.org/libdc libdivecomputer
+$ git clone -b Subsurface-testing git://subsurface-divelog.org/libdc libdivecomputer
# -> when not building a release version of Subsurface but the
# latest master, it may be necessary to build against the
# Subsurface-testing branch