mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Replace other references to hohndel.org
The only place where I'm not sure if there are unintended sideeffects of changing over to the new domain is QCoreApplication::setOrganizationDomain Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fe2c46a5b7
commit
1723c01603
13 changed files with 56 additions and 56 deletions
10
INSTALL
10
INSTALL
|
@ -72,7 +72,7 @@ $ make
|
|||
$ sudo make install
|
||||
|
||||
To compile Subsurface:
|
||||
$ git clone git://subsurface.hohndel.org/subsurface.git
|
||||
$ git clone git://subsurface-divelog.org/subsurface.git
|
||||
$ cd subsurface
|
||||
$ qmake # qmake-qt4 on some flavors of Linux
|
||||
$ make
|
||||
|
@ -126,7 +126,7 @@ $ make install
|
|||
6) Compile Subsurface
|
||||
|
||||
$ cd ~/src
|
||||
$ git clone git://subsurface.hohndel.org/subsurface.git
|
||||
$ git clone git://subsurface-divelog.org/subsurface.git
|
||||
$ cd subsurface
|
||||
$ qmake
|
||||
$ make
|
||||
|
@ -175,7 +175,7 @@ The following ports are currently installed:
|
|||
4) Compile Subsurface
|
||||
|
||||
$ cd ~/src
|
||||
$ git clone git://subsurface.hohndel.org/subsurface.git
|
||||
$ git clone git://subsurface-divelog.org/subsurface.git
|
||||
$ cd subsurface
|
||||
$ qmake
|
||||
$ make
|
||||
|
@ -221,7 +221,7 @@ $ mingw32-cmake --build .
|
|||
To compile Subsurface, use:
|
||||
|
||||
$ mkdir -p ~/src/subsurface
|
||||
$ git clone git://subsurface.hohndel.org/subsurface.git ~/src/subsurface
|
||||
$ git clone git://subsurface-divelog.org/subsurface.git ~/src/subsurface
|
||||
$ cd ~/src/subsurface
|
||||
$ packaging/windows/mingw-make.sh
|
||||
$ packaging/windows/mingw-make.sh install
|
||||
|
@ -296,7 +296,7 @@ variable - e.g. PKG_CONFIG_PATH=c:\msys\pkg-config
|
|||
|
||||
To build subsurface, use:
|
||||
|
||||
$ git clone git://subsurface.hohndel.org/subsurface.git
|
||||
$ git clone git://subsurface-divelog.org/subsurface.git
|
||||
$ cd subsurface
|
||||
$ qmake
|
||||
$ make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue