fix CMake version typo

This commit is contained in:
RadWolfie 2020-03-21 15:38:50 -05:00
parent dcb198509f
commit b35a19f57b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Please contact us before you start working on something, so we can make sure you
3. Run these commands.
1. `mkdir build & cd build`
2. `cmake .. -G "Visual Studio 16 2019" -A Win32`
* Visual Studio 2019 16.1 or later has CMake 1.14 bundled, and is required for the Visual Studio 2019 generator.
* Visual Studio 2019 16.1 or later has CMake 3.14 bundled, and is required for the Visual Studio 2019 generator.
* Use `cmake .. -G "Visual Studio 15 2017" -A Win32` for Visual Studio 2017.
4. Open `Cxbx-Reloaded.sln` from the `build` directory.
5. Select the Release configuration, then click Build.