mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 02:22:32 +02:00
fix generator passed to cmake for windows build
This commit is contained in:
parent
36f23fe4be
commit
aac44953cb
1 changed files with 1 additions and 3 deletions
|
@ -138,9 +138,7 @@ Be careful with glm. For the folder other libraries would normally call 'include
|
|||
###Build High Fidelity using Visual Studio
|
||||
Follow the same build steps from the CMake section, but pass a different generator to CMake.
|
||||
|
||||
cmake .. -DZLIB_LIBRARY=%ZLIB_LIBRARY% -DZLIB_INCLUDE_DIR=%ZLIB_INCLUDE_DIR% -G "Visual Studio 10"
|
||||
|
||||
If you're using Visual Studio 2013 then pass "Visual Studio 12" instead of "Visual Studio 10" (yes, 12, not 13).
|
||||
cmake .. -DZLIB_LIBRARY=%ZLIB_LIBRARY% -DZLIB_INCLUDE_DIR=%ZLIB_INCLUDE_DIR% -G "Visual Studio 12"
|
||||
|
||||
Open %HIFI_DIR%\build\hifi.sln and compile.
|
||||
|
||||
|
|
Loading…
Reference in a new issue