Merge pull request #124 from danra/brew_cmake

Add cmake to Brewfile, simplify instructions
This commit is contained in:
Louis Gombert 2024-04-21 08:00:25 +00:00 committed by GitHub
commit 8e531a5496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,5 @@ cask "xquartz"
brew "sdl12-compat"
brew "sdl2_image"
brew "cmake"
brew "ninja"

View File

@ -32,7 +32,6 @@ cmake --build --preset win --config [Debug/Release]
#### Building - MacOS
```
brew bundle install
brew install cmake
cmake --preset mac
cmake --build --preset mac --config [Debug/Release]
```