diff options
| author | Emanuele <47614328+d3s0x86@users.noreply.github.com> | 2019-02-26 16:22:02 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-26 16:48:37 +0100 |
| commit | 7dc93366d7bce567e1215125090132c1070656cd (patch) | |
| tree | ea1ae76d091ae48e95c391ef4b02ef49519b8a9c /docs/Installation.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-7dc93366d7bce567e1215125090132c1070656cd.tar.gz wiki-7dc93366d7bce567e1215125090132c1070656cd.tar.bz2 wiki-7dc93366d7bce567e1215125090132c1070656cd.zip | |
Update Installation.md
Diffstat (limited to 'docs/Installation.md')
| -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 f4f5627..e807c6c 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -77,7 +77,7 @@ 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 14 2015 Win64` to compile x64 binaries using Visual Studio 2015. 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 14 2015 Win64` to compile x64 binaries using Visual Studio 2015. Do not change the `Use default native compilers` option. Press `Finish` and wait until CMake is done checking for requires files. (remember to change "optional platform for generator" to x64 for 64bit version) 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. |
