1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-29 23:26:24 +01:00

README-OSX: Add xcode workaround

This commit is contained in:
Jaqueeee 2016-12-04 20:21:14 +01:00 committed by Jaquee
parent 26abdee5c4
commit f01d8c4783

View File

@ -152,6 +152,19 @@ TODO
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