From bc9dd4c2e71195f988ad6ca2f7857881d56e6dca Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 5 Mar 2025 18:33:51 -0500 Subject: [PATCH] aaaaaa --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f13ff6880..a1ebf598e 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,12 @@ cmake -G Xcode .. ...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 to add an option from the command-line, add it before the two dots: `-D=`