diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 07:42:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-04 07:54:44 -0800 |
commit | 06e2dde508984b07d548b52c9790f1d3a614acdf (patch) | |
tree | 2bbac21d239d78dafed7b7126a61ac410da78d27 /INSTALL | |
parent | 4e9b63776178d302b337f3757e5c910b02a70231 (diff) | |
download | subsurface-06e2dde508984b07d548b52c9790f1d3a614acdf.tar.gz |
Get ready for Subsurface 4.4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -13,10 +13,10 @@ package management system for Windows makes it really painful to build Subsurface natively under Windows, we have some hints how to do so here as well. -As of Subsurface 4.3 all of the prebuilt binaries that we provide (right -now Windows, Mac, Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built -using our own custom "flavors" of libdivecomputer and libmarblewidget. You -can get these from +All of the prebuilt binaries that we provide (right now Windows, Mac, +Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built using our own +custom "flavors" of libdivecomputer and libmarblewidget. You can get +these from git://git.subsurface-divelog.org/marble (in the Subsurface-4.4 branch) git://git.subsurface-divelog.org/libdc (in the Subsurface-4.4 branch) @@ -109,7 +109,7 @@ First you need to compile our version of libdivecomputer: $ mkdir ~/src # unless you have this already $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/libdc libdivecomputer +$ git clone -b Subsurface-4.4 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 @@ -125,7 +125,7 @@ $ sudo make install Then you compile our custom branch of libmarblewidget $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source +$ git clone -b Subsurface-4.4 git://subsurface-divelog.org/marble marble-source # or -b Subsurface-testing to get the testing version - careful, # careful - this gets rebased and may be broken @@ -145,7 +145,7 @@ Finally you can compile Subsurface: $ cd ~/src $ git clone git://subsurface-divelog.org/subsurface.git $ cd subsurface -$ git checkout v4.3 # this get's you the last release +$ git checkout v4.4 # this get's you the last release # skip this step to build the latest development # version $ qmake SPECIAL_MARBLE_PREFIX=1 @@ -206,7 +206,7 @@ $ make install 5) Install custom subsurface Marble $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source +$ git clone -b Subsurface-4.4 git://subsurface-divelog.org/marble marble-source $ cd marble-source $ mkdir marble-build $ cd marble-build @@ -220,7 +220,7 @@ $ make install $ brew install automake libtool $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/libdc libdivecomputer +$ git clone -b Subsurface-4.4 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 @@ -270,7 +270,7 @@ The best way to get libdivecomputer to build appears to be $ mkdir -p ~/src $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/libdc libdivecomputer +$ git clone -b Subsurface-4.4 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 @@ -286,7 +286,7 @@ $ sudo mingw64-make install To compile Marble, use: $ cd ~/src -$ git clone -b Subsurface-4.3 git://subsurface-divelog.org/marble marble-source +$ git clone -b Subsurface-4.4 git://subsurface-divelog.org/marble marble-source # or -b Subsurface-testing to get the testing version - careful, # careful - this gets rebased and may be broken @@ -316,7 +316,7 @@ To compile Subsurface, use: $ cd ~/src $ git clone git://subsurface-divelog.org/subsurface.git $ cd subsurface -$ cd git checkout v4.3 # this get's you the last release +$ cd git checkout v4.4 # this get's you the last release # skip this step to build the latest development # version $ packagin/windows/mingw-make.sh Qt5 SPECIAL_MARBLE_PREFIX=1 |