build: add macOS build instructions

This commit is contained in:
Eric Wasylishen 2021-07-13 21:48:23 -06:00
parent 30656f56e6
commit f6e34053fa
1 changed files with 9 additions and 0 deletions

View File

@ -78,6 +78,15 @@ Executables will be located in:
- `ericw-tools/build/bspinfo/bspinfo`
- `ericw-tools/build/bsputil/bsputil`
### macOS 10.15
```
brew install embree tbb
mkdir build
cd build
cmake .. -GXcode -DCMAKE_PREFIX_PATH="$(brew --prefix embree);$(brew --prefix tbb)"
```
## Credits
- Kevin Shanahan (AKA Tyrann) for the original [tyrutils](http://disenchant.net/utils)