Revision 0c694012f395b7040240e28aa5bdc3426632067d authored by Tristan Faure on 10 August 2020, 14:21:55 UTC, committed by Tristan Faure on 10 August 2020, 14:23:13 UTC
1 parent 7638126
Raw File
build_MSVS2010.bat
call "%PROGRAMFILES%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"

mkdir build
cd build
cmake -G "NMake Makefiles" ..
nmake install
cd ..
back to top