Update BUILDING.md (#219)

Missing tinyxml2 in mac build instructions,
and wrong path to executable
This commit is contained in:
Nevyn Bengtsson
2025-07-30 04:58:30 +02:00
committed by GitHub
parent 3df9bf1ae3
commit eac8bc7b3f
+2 -2
View File
@@ -166,7 +166,7 @@ cmake --build build-cmake --target clean
```
## macOS
Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, ninja, cmake, nlohmann-json, libzip, vorbis-tools` (can be installed via homebrew, macports, etc)
Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, ninja, cmake, nlohmann-json, tinyxml2, libzip, vorbis-tools` (can be installed via homebrew, macports, etc)
**Important: For maximum performance make sure you have ninja build tools installed!**
@@ -194,7 +194,7 @@ cmake --build build-cmake --target GeneratePortO2R
cmake --build build-cmake
# Now you can run the executable file:
./build-cmake/mm/starship-macos
./build-cmake/Starship
# To develop the project open the repository in VSCode (or your preferred editor)
```