summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Pablo Wolter <pwolter@gmail.com>2013-11-23 16:12:54 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-23 22:02:14 -0800
commit66cdb3689a3bac0a56d9d8d38c01379fa4c3fda9 (patch)
treef6777cb29a8c4a907131af86b09158f833c01f74 /INSTALL
parent904c20feef907440bc8a8070fdfe56b7389db404 (diff)
downloadsubsurface-66cdb3689a3bac0a56d9d8d38c01379fa4c3fda9.tar.gz
INSTALL instructions correction
This fixes the INSTALL instructions. The line to install home-brew is missing the “install” at the end and a small typo in the marble compilation instructions. Saludos, Pablo. From 152395059af546273f38721e5c8ae1d19e2d73c3 Mon Sep 17 00:00:00 2001 From: Pablo Wolter <pwolter@gmail.com> Date: Sat, 23 Nov 2013 16:10:02 -0800 Subject: [PATCH] Small correction to the installation instructions. Added "install" to the end of the ruby command to install homebrew and a typo in the compilation instructions for marble. Signed-off-by: Pablo Wolter <pwolter@Pablos-MacBook-Pro.local> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 37387b8f2..7fb57b5ca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,7 +37,7 @@ Building the Qt version under MacOSX
1) Install Homebrew
-$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
+$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
2) Install needed dependencies
@@ -57,7 +57,7 @@ $ cd src/lib
$ make -j4
$ cp *dylib /usr/local/lib/
$ mkdir -p /usr/local/include/marble
-$ cd ../../../source/src/lib
+$ cd ../../../sources/src/lib
$ cp $(find . -name '*.h') /usr/local/include/marble/
5) Install Libdivecomputer