by Macil » Sun Aug 17, 2008 7:06 pm
What page has those instructions? What type of system are you on?
"make debug=1" no longer works as before using the new CMake system. Instead, you have to tell CMake that you want to generate a debug build when it generates its files. CMake should create Makefiles for a debug build by default - try using "cmake -DCMAKE_BUILD_TYPE=Debug <path>" instead if it doesn't. Maybe works different if you're on windows.
If you're on linux, the page [wiki]Compile ZDoom on Linux[/wiki] has the most up-to-date instructions with using CMake. Parts of [wiki]Compile ZDoom on Windows[/wiki] may be outdated.
What page has those instructions? What type of system are you on?
"make debug=1" no longer works as before using the new CMake system. Instead, you have to tell CMake that you want to generate a debug build when it generates its files. CMake should create Makefiles for a debug build by default - try using "cmake -DCMAKE_BUILD_TYPE=Debug <path>" instead if it doesn't. Maybe works different if you're on windows.
If you're on linux, the page [wiki]Compile ZDoom on Linux[/wiki] has the most up-to-date instructions with using CMake. Parts of [wiki]Compile ZDoom on Windows[/wiki] may be outdated.