mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
User correct branch name for Marble
Oops, that was the tag, not the branch. Reported-by: Darren Hart <darren@dvhart.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c68d4c616
commit
9712999e66
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -98,7 +98,7 @@ $ brew link --force sqlite
|
|||
4) Install Marble
|
||||
|
||||
$ mkdir -p ~/src/marble/build
|
||||
$ git clone -b 4.11.2 git://anongit.kde.org/marble ~/src/marble/sources
|
||||
$ git clone -b KDE/4.11 git://anongit.kde.org/marble ~/src/marble/sources
|
||||
$ cd ~/src/marble/build
|
||||
$ cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ../sources
|
||||
- or -
|
||||
|
@ -169,7 +169,7 @@ $ sudo mingw32-make install
|
|||
To compile Marble, use:
|
||||
|
||||
$ mkdir -p ~/src/marble/build
|
||||
$ git clone -b v4.11.2 git://anongit.kde.org/marble ~/src/marble/sources
|
||||
$ git clone -b KDE/4.11 git://anongit.kde.org/marble ~/src/marble/sources
|
||||
$ cd ~/src/marble/build
|
||||
$ mingw32-cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE ../sources
|
||||
- or -
|
||||
|
|
Loading…
Add table
Reference in a new issue