diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-01-29 19:01:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 19:01:06 +0100 |
| commit | 6d3dfd2d6ff5394486ccbc324b0b5b64fb32ffe8 (patch) | |
| tree | feb7ac381742c1f52695c7f2378f019d4a124249 | |
| parent | b7e3e74cfcf75f234c3d558c9a8f523be76cca1b (diff) | |
| download | wiki-6d3dfd2d6ff5394486ccbc324b0b5b64fb32ffe8.tar.gz wiki-6d3dfd2d6ff5394486ccbc324b0b5b64fb32ffe8.tar.bz2 wiki-6d3dfd2d6ff5394486ccbc324b0b5b64fb32ffe8.zip | |
docs: improve windows cmake example (#393)
| -rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 9bea24c..199b126 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -157,7 +157,7 @@ make -j 4 && make install Open CMake, press `Browse Source...` button and select the folder that you cloned earlier then press `Browse Build...` and select a folder where the CMake will generate the build files. Press the `Configure` button. -CMake will ask you to select what compiler to use. For example you'll want to select `Visual Studio 15 2017` to compile binaries using Visual Studio 2017. If you want to build using x64 set `Optional platform for generator` to x64. Do not change the `Use default native compilers` option. Press `Finish` and wait until CMake is done checking for requires files. +CMake will ask you to select what compiler to use. For example you'll want to select `Visual Studio 16 2019` to compile binaries using Visual Studio 2019. If you want to build using x64 set `Optional platform for generator` to x64. Do not change the `Use default native compilers` option. Press `Finish` and wait until CMake is done checking for requires files. Change `CMAKE_INSTALL_PREFIX` to the location where you will run your server from. Press `Configure` once again and then press `Generate`. If no error occurred you can close CMake. |
