Updated Setting up an OS X 10.6 buildslave (markdown)
This commit is contained in:
parent
449724a3f6
commit
3530a06abf
1 changed files with 5 additions and 1 deletions
|
@ -8,9 +8,13 @@ Go [here](https://developer.apple.com/) -> Xcode -> Other downloads, find the on
|
|||
|
||||
Download zip from github, unzip, `make NO_GETTEXT=YesPlease` and then `sudo make install NO_GETTEXT=YesPlease`
|
||||
|
||||
### Clang
|
||||
|
||||
The clang/gcc included in xcode are to old, install it from http://llvm.org/releases/download.html (3.1 works). Symlink everything into the correct positions.
|
||||
|
||||
### Qt
|
||||
|
||||
Build from source (google for instructions). Configure arguments: `-opensource -confirm-license -no-cups -no-dbus -nomake examples`
|
||||
Build from source (google for instructions). Change `10.7` to `10.6` in `qtbase/mkspecs/macx-clang/qmake.conf`. Configure arguments: `-opensource -confirm-license -no-cups -no-dbus -nomake examples -no-sql-odbc -no-sql-sqlite -platform macx-clang`
|
||||
|
||||
### CMake
|
||||
|
||||
|
|
Loading…
Reference in a new issue