mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-25 02:52:12 +00:00
5 lines
256 B
Bash
Executable file
5 lines
256 B
Bash
Executable file
cd ..
|
|
rm -rf xcode-opengl-debug
|
|
mkdir xcode-opengl-debug
|
|
cd xcode-opengl-debug
|
|
cmake -G Xcode -DCMAKE_BUILD_TYPE=Debug -DSDL2=ON -DOPENAL_LIBRARY=/usr/local/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/opt/openal-soft/include ../neo
|