mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 21:27:58 +03:00
Clarify how to build and run on Mac (#1195)
This commit is contained in:
parent
651e0ddad4
commit
7a9160ed78
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue