summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-30 06:57:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-30 06:57:47 -0800
commit37b8257e0913500ae4a40bdd23e7dced9adc83d2 (patch)
tree4ecc22f0fe0c7e6e25feff5efb4314eefa60a763 /INSTALL
parentd8178b15c59d6b317695514b07b09bbee437891e (diff)
downloadsubsurface-37b8257e0913500ae4a40bdd23e7dced9adc83d2.tar.gz
Update INSTALL file to be more specific about libdivecomputer branches
Current master doesn't build with the Subsurface-4.3 branch of libdivecomputer. You do need the Subsurface-testing branch. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 37d4ec6a1..12faba391 100644
--- a/INSTALL
+++ b/INSTALL
@@ -104,6 +104,9 @@ $ cd ~/src
$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/libdc libdivecomputer
# or -b Subsurface-testing to get the testing version - careful,
# careful - this gets rebased and may be broken
+ # -> when not building a release version of Subsurface but the
+ # latest master, it may be necessary to build against the
+ # Subsurface-testing branch
$ cd libdivecomputer
$ autoreconf --install
@@ -209,6 +212,9 @@ $ make -j4
$ brew install automake libtool
$ cd ~/src
$ git clone -b Subsurface-4.3 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
$ cd libdivecomputer
$ autoreconf --install
$ ./configure --disable-shared
@@ -258,6 +264,9 @@ $ cd ~/src
$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/libdc libdivecomputer
# or -b Subsurface-testing to get the testing version - careful,
# careful - this gets rebased and may be broken
+ # -> when not building a release version of Subsurface but the
+ # latest master, it may be necessary to build against the
+ # Subsurface-testing branch
$ cd libdivecomputer
$ autoreconf --install
@@ -274,7 +283,7 @@ $ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source
$ mkdir marble-build
$ cd marble-build
-$ mingg64-cmake -DQTONLY=ON -DQT5BUILD=ON \
+$ mingw64-cmake -DQTONLY=ON -DQT5BUILD=ON \
-DBUILD_MARBLE_APPS=OFF -DBUILD_MARBLE_EXAMPLES=OFF \
-DBUILD_MARBLE_TESTS=OFF -DBUILD_MARBLE_TOOLS=OFF \
-DBUILD_TESTING=OFF -DWITH_DESIGNER_PLUGIN=OFF \