User Tools

Site Tools


games:windows:world_of_warcraft_wowee

This is an old revision of the document!


"%ProgramFiles%\Git\bin\git.exe" clone --branch "master" --depth "1" --recurse-submodules "https://github.com/Kelsidavis/WoWee.git" "%UserProfile%\Projects\WoWee\src"
"%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\WoWee\src" -B "%UserProfile%\Projects\WoWee\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" -DCMAKE_CXX_FLAGS="/EHs /arch:AVX2 /favor:INTEL64 /Gz /Oy /GS- /guard:cf- /W0"


"%ProgramFiles%\Git\bin\git.exe" clone --branch "SDL2" --depth "1" --recurse-submodules "https://github.com/libsdl-org/SDL.git" "%UserProfile%\Projects\SDL2\src"

"%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\SDL2\src" -B "%UserProfile%\Projects\SDL2\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author"

"%ProgramFiles%\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\amd64\MSBuild.exe" "%UserProfile%\Projects\SDL2\build\ALL_BUILD.vcxproj" -target:"Rebuild" -property:"Configuration=Release" -maxCpuCount -nodeReuse:"False" -terminalLogger:"off"

"SDL2_DIR"

%UserProfile%\Projects\SDL2\build

-DSDL2_DIR="%UserProfile%\Projects\SDL2\build"


"%ProgramFiles%\CMake\bin\cmake.exe" -S "%UserProfile%\Projects\WoWee\src" -B "%UserProfile%\Projects\WoWee\build" -G "Visual Studio 18 2026" --fresh -Wno-error="author" -DSDL2_DIR="%UserProfile%\Projects\SDL2\build" -DCMAKE_CXX_FLAGS="/EHs /arch:AVX2 /favor:INTEL64 /Gz /Oy /GS- /guard:cf- /W0"
/usr/local/www/wiki/data/attic/games/windows/world_of_warcraft_wowee.1782515519.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki