mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
904c20feef
commit
66cdb3689a
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
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
|
||||
|
|
Loading…
Reference in a new issue