From dda231922358e8f51b71e369d1ce95a0234650fa Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 26 Apr 2018 19:10:48 +0000 Subject: [PATCH] Update README. Build instructions for OSX. --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 8b735bc4..545379f4 100644 --- a/README +++ b/README @@ -32,6 +32,19 @@ make You may need to add a -spec option to qmake to suit your platform. Adding -j3 speeds up the make command on a dual core or greater system. +Building on OSX: +--------------- +Build as above. If qmake fails with the error: +Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild +Edit the file edit the file: +QT_INSTALL_DIR/5.5/clang_64/mkspecs/features/mac/default_pre.prf + +and replace +/usr/bin/xcrun -find xcrun 2>/dev/null + +with +/usr/bin/xcrun -find xcodebuild 2>/dev/null + Software Licensing Information