This commit is contained in:
tildearrow 2025-03-05 18:33:51 -05:00
parent efaf0a15e7
commit bc9dd4c2e7

View file

@ -309,6 +309,12 @@ cmake -G Xcode ..
...and then load the project on Xcode or type `xcodebuild`. ...and then load the project on Xcode or type `xcodebuild`.
### notes
once you've created the build directory with `mkdir`, you don't have to do that again. just `cd` to it when you want to build Furnace.
once you ran CMake successfully, you don't have to run it again every time you make a change. just run `make`, `ninja`, `xcodebuild` or `msbuild`.
## CMake options ## CMake options
to add an option from the command-line, add it before the two dots: `-D<NAME>=<VALUE>` to add an option from the command-line, add it before the two dots: `-D<NAME>=<VALUE>`