mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
docs: fix windows compile instruction
This commit is contained in:
parent
f5583de85b
commit
6d12b111a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user