From ff1f1ed597fa624d33c1e323af50a5be799afe86 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 25 May 2021 14:19:26 +0200 Subject: chore(windows-requirement): Images (#502) * chore(windows-requirement): Images * try 75% * try 60% * back to 50% * add link * update image * jpeg -> jpg * rename * target blank * visual studio * Update quest_poi_points.md --- docs/quest_poi_points.md | 1 + docs/windows-requirements.md | 11 +++++++++-- images/boost.jpg | Bin 0 -> 369309 bytes images/visualstudio.jpg | Bin 0 -> 409431 bytes 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 images/boost.jpg create mode 100644 images/visualstudio.jpg diff --git a/docs/quest_poi_points.md b/docs/quest_poi_points.md index 33c8290..c7d6f88 100644 --- a/docs/quest_poi_points.md +++ b/docs/quest_poi_points.md @@ -50,6 +50,7 @@ Example quest: Secreat Communication. | 8318 | 3 | 7 | -6326 | -7 | 0 | **These points are all the little corners on the blue box. idx1 represents an area defined by the points of idx2 to draw the shape.** + ![image](https://user-images.githubusercontent.com/1884642/119476187-bca11b00-bd45-11eb-95e5-876960f24457.png) ### x diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 451ef3d..1b4cd4b 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -14,6 +14,7 @@ | MS Visual Studio (Community) ≥ 16.4 (2019) (Desktop) (No preview) 1. Git Extensions + 1. You will need Git installed. You can get the latest version here https://git-scm.com/download/win 1. Install the compiler / IDE [Visual Studio (16) Community 2019](https://visualstudio.microsoft.com/downloads/) @@ -22,6 +23,10 @@ To do this, select **Desktop development for C++** under **Workloads -> Desktop & Mobile**. + + + + 1. [MySQL Server Community Edition](https://dev.mysql.com/downloads/mysql/8.0.html) (**Use version ≥ 5.7** with mysql server configuration) 1. Download the Windows MSI Installer. @@ -95,9 +100,11 @@ 1. 32bit: https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-32.exe/download - 1. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `C:/local/boost_1_74_0`. Important is to use '/', not '\' when pointing to directory. (Make sure that it does not have a trailing slash (end of path). If you still get problems, add the same variable in the `USER` variables section too, like shown in the image below.) + 1. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `E:/Programs/boost_1_74_0`. Important is to use '**/**', not '**\\**' when pointing to directory. (Make sure that it does not have a trailing slash (end of path). If you still get problems, add the same variable in the `USER` variables section too, like shown in the image below.) - 1. ![image](https://user-images.githubusercontent.com/18329778/118027284-f4928080-b38b-11eb-982c-39c632713580.png) Copyright (C) TrinityCore + + + 1. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings. diff --git a/images/boost.jpg b/images/boost.jpg new file mode 100644 index 0000000..9a20700 Binary files /dev/null and b/images/boost.jpg differ diff --git a/images/visualstudio.jpg b/images/visualstudio.jpg new file mode 100644 index 0000000..a776345 Binary files /dev/null and b/images/visualstudio.jpg differ -- cgit