diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:12:40 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:13:39 +0000 |
commit | 1723c01603349b6683d3900f36087d4afbaaa69d (patch) | |
tree | 8beea21bbffd5e33103b25c0ea45431db06e6183 /INSTALL | |
parent | fe2c46a5b7b41d61cb4791fe4d0268082997b918 (diff) | |
download | subsurface-1723c01603349b6683d3900f36087d4afbaaa69d.tar.gz |
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |