From 7a9160ed78c4fa249f579960b8d08c30cdd376d7 Mon Sep 17 00:00:00 2001 From: Jeff Manian Date: Sun, 14 Aug 2022 23:21:16 -0400 Subject: [PATCH] Clarify how to build and run on Mac (#1195) --- BUILDING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 4abfabe05..5e4836d8e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -130,7 +130,11 @@ cmake --build build-cmake --target ExtractAssets # Compile the project cmake --build build-cmake # --config Release (if you're packaging) -# Now you can run the executable in ./build-cmake/soh/soh-macos +# Copy oot.otr into the Application Support directory +cp build-cmake/soh/oot.otr ~/Library/Application\ Support/com.shipofharkinian.soh/ + +# Now you can run the executable file: +./build-cmake/soh/soh-macos # To develop the project open the repository in VSCode (or your preferred editor) # If you need to clean the project you can run