Update BUILDING.md

I added a step to copy and rename the rom into the working dir for OSX build instructions. ExtractAssets will fail if there's no baserom.us.rev1.z64
This commit is contained in:
Hitokun 2024-12-27 18:30:50 -06:00 committed by GitHub
parent c155134c2f
commit fafc6b28c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,6 +177,11 @@ git submodule update --init
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging
cmake -H. -Bbuild-cmake -GNinja
# Copy ROM to working dir with the expected name
# Update $ROM_PATH to point to your ROM)
ROM_PATH=~/rom.z64
cp $ROM_PATH baserom.us.rev1.z64
# Generate sf64.otr
cmake --build build-cmake --target ExtractAssets