This website requires JavaScript.
Explore
Help
Sign in
id
/
doom3-bfg
Watch
0
Star
0
Fork
You've already forked doom3-bfg
0
mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced
2025-04-25 11:01:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0921667151
doom3-bfg
/
neo
/
cmake-linux-debug.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
New sh script to make standard debug version in linux. Also included the ONATIVE parameter by default in Release version. SDL2 is deacctivated by default, so there is no need to pass that argument to CMake.
2014-11-18 18:39:18 +00:00
cd
..
rm -rf build
mkdir build
cd
build
Removed legacy GL/Vulkan backends from CMakeLists.txt
2022-11-22 17:47:31 +00:00
cmake -G
"Unix Makefiles"
-DCMAKE_BUILD_TYPE
=
Debug ../neo
Reference in a new issue
Copy permalink