summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-12-01 13:55:20 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-01 14:17:22 -0800
commit584775cbc053d8b471f5a5d3ea232857f056e628 (patch)
tree010de7225ab2619f35027a5a69f2a602ad0f6206 /INSTALL
parent356580e8a6909853fec133d245589ac110b07c16 (diff)
downloadsubsurface-584775cbc053d8b471f5a5d3ea232857f056e628.tar.gz
Added XCode to Mac build instructions
In order to compile anything on Mac you need to have XCode and its command line tools. After an OSX update (as I just did to Yosemite) the command line tools have to be reinstalled. Otherwise there are strange error message about missing header files for libusb2 (even though that is still installed via homebrew). Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c75683fc6..7c9c63d73 100644
--- a/INSTALL
+++ b/INSTALL
@@ -83,6 +83,11 @@ Note: on Fedora qmake will appear as qmake-qt4
Building the Qt version under MacOSX (using Homebrew)
-----------------------------------------------------
+0) You need to have XCode installed. The first time (and possibly after updating OSX)
+you need to run
+
+$ xcode-select --install
+
1) Install Homebrew
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"