From 6d12b111a56238890639b5286b08c498ba8408e1 Mon Sep 17 00:00:00 2001 From: Sersch Date: Thu, 28 May 2020 12:48:23 +0200 Subject: [PATCH] docs: fix windows compile instruction --- CompileHowto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.md b/CompileHowto.md index c9be191d..8289e86a 100644 --- a/CompileHowto.md +++ b/CompileHowto.md @@ -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