From 430c92206ae30eb5810708c5da8d08737460e51a Mon Sep 17 00:00:00 2001
From: "Robert C. Helling" <helling@atdotde.de>
Date: Mon, 1 Dec 2014 13:55:20 +0100
Subject: [PATCH] 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>
---
 INSTALL | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/INSTALL b/INSTALL
index c75683f..7c9c63d 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)"
-- 
1.9.3 (Apple Git-50)

