summaryrefslogtreecommitdiff
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorWiZZy <bilucristian25@gmail.com>2019-03-22 14:38:26 +0000
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-03-22 15:38:26 +0100
commitda204e66fa7be5fc6735e6c4e04257ff3b67d3c3 (patch)
treec149c26b5e9aa588aa5f98bdae3fed10d89745d9 /docs/Installation.md
parentf2e34f442ca374a85c6a2b1fb25c91bcbeadb1f6 (diff)
downloadwiki-da204e66fa7be5fc6735e6c4e04257ff3b67d3c3.tar.gz
wiki-da204e66fa7be5fc6735e6c4e04257ff3b67d3c3.tar.bz2
wiki-da204e66fa7be5fc6735e6c4e04257ff3b67d3c3.zip
Update Installation.md (#26)
Help users understant how to build x32 or x64.
Diffstat (limited to 'docs/Installation.md')
-rw-r--r--docs/Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index de9094e..b543b39 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -81,7 +81,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. (remember to change "optional platform for generator" to x64 for 64bit version)
+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.
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.