Updated OS X Build (markdown)

archshift 2014-11-09 21:16:22 -08:00
parent a7f3fdcb5f
commit 3f82751f8d

@ -35,7 +35,7 @@ mkdir build
cd build cd build
cmake .. -GXcode cmake .. -GXcode
``` ```
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable Qt GUI). Optionally, you can use `cmake -i .. -GXcode` or `ccmake .. -GXcode` to adjust various options (e.g. disable Qt GUI).
#### Building with debug symbols: #### Building with debug symbols: