diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-09 00:09:19 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-09 00:09:19 +0200 |
| commit | c7c52ede329954256dd7dadc6984958bc22f82cd (patch) | |
| tree | e154120baa89bac057b6801623d21bf4e471c724 | |
| parent | c79d1f6c3fb91168e644f09bcaddb607abf37498 (diff) | |
| parent | f01d8c4783076b7270890e341165d1bc3e49cf39 (diff) | |
| download | monzero-gui-c7c52ede329954256dd7dadc6984958bc22f82cd.tar.gz monzero-gui-c7c52ede329954256dd7dadc6984958bc22f82cd.tar.xz monzero-gui-c7c52ede329954256dd7dadc6984958bc22f82cd.zip | |
Merge pull request #241
f01d8c4 README-OSX: Add xcode workaround (Jaqueeee)
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -148,6 +148,19 @@ Packaging for your favorite distribution would be a welcome contribution! The executable can be found in the `build/release/bin` folder. +**Note:** Workaround for "ERROR: Xcode not set up properly" + +Edit `$HOME/Qt/5.7/clang_64/mkspecs/features/mac/default_pre.prf` + +replace +`isEmpty($$list($$system("/usr/bin/xcrun -find xcrun 2>/dev/null")))` + +with +`isEmpty($$list($$system("/usr/bin/xcrun -find xcodebuild 2>/dev/null")))` + +More info: http://stackoverflow.com/a/35098040/1683164 + + ### On Windows: 1. Install [msys2](http://msys2.github.io/), follow the instructions on that page on how to update packages to the latest versions |
