mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Change remotes for git clone for libdc, marble and Subsurface to Github
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
a19f9c22ce
commit
d661189b54
3 changed files with 3 additions and 3 deletions
2
INSTALL
2
INSTALL
|
@ -129,7 +129,7 @@ like this:
|
|||
|
||||
mkdir -p ~/src
|
||||
cd ~/src
|
||||
git clone git://subsurface-divelog.org/subsurface
|
||||
git clone git://github.com/Subsurface-divelog/subsurface
|
||||
./subsurface/scripts/build.sh # <- this step will take quite a while as it
|
||||
# compiles a handful of libraries before
|
||||
# building Subsurface
|
||||
|
|
|
@ -335,7 +335,7 @@ echo next building for $ARCH
|
|||
|
||||
# build libdivecomputer
|
||||
if [ ! -d libdivecomputer ] ; then
|
||||
git clone -b Subsurface-branch git://subsurface-divelog.org/libdc libdivecomputer
|
||||
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
|
||||
fi
|
||||
cd libdivecomputer
|
||||
git pull --rebase
|
||||
|
|
|
@ -162,7 +162,7 @@ if [ $BUILDMARBLE = 1 ]; then
|
|||
if [[ $1 = local ]] ; then
|
||||
git clone $SRC/../marble-source marble-source
|
||||
else
|
||||
git clone -b Subsurface-branch git://subsurface-divelog.org/marble marble-source
|
||||
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/marble.git marble-source
|
||||
fi
|
||||
fi
|
||||
cd marble-source
|
||||
|
|
Loading…
Reference in a new issue