summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-17 23:06:43 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-17 23:07:53 -0800
commit86274b603e6e18e8bfa5921a062ad6365d18af97 (patch)
treef76d564ba5d839cfbf9009702a4533016103bd87 /INSTALL
parent26f03be236ca7db89d27369173ca182c17bef7fc (diff)
downloadsubsurface-86274b603e6e18e8bfa5921a062ad6365d18af97.tar.gz
build.sh: use setRpath and remove run.sh
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bbda32e12..c0bb7882a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -123,7 +123,8 @@ git clone -b v4.4.1 git://subsurface-divelog.org/subsurface
Now you can run Subsurface like this:
-./subsurface/scripts/run.sh
+cd ~/src/subsurface
+./subsurface
2. the harder way
~~~~~~~~~~~~~~~~~