mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
356580e8a6
commit
584775cbc0
1 changed files with 5 additions and 0 deletions
5
INSTALL
5
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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue