docs: fix windows compile instruction

This commit is contained in:
Sersch 2020-05-28 12:48:23 +02:00
parent f5583de85b
commit 6d12b111a5
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Platform should be auto detected and refer to windows, you can also force window
```sh
# You might need to setup MSVC env first
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake -DPLATFORM=windows -G "Windows 16 2019" ..
cmake -DPLATFORM=windows -G "Visual Studio 16 2019" ..
```
### Run make to build Hyperion