diff options
author | Pablo Wolter <pwolter@gmail.com> | 2013-11-23 16:12:54 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-23 22:02:14 -0800 |
commit | 66cdb3689a3bac0a56d9d8d38c01379fa4c3fda9 (patch) | |
tree | f6777cb29a8c4a907131af86b09158f833c01f74 /INSTALL | |
parent | 904c20feef907440bc8a8070fdfe56b7389db404 (diff) | |
download | subsurface-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-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |