From a1e4074c742cda6f1a11ff7c6b4db6a8dcd93f80 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 25 May 2021 19:08:16 +0200 Subject: chore: windows-requirements.md (#504) --- docs/windows-requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index ccd1db9..7f25aca 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -23,8 +23,8 @@ 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) @@ -102,8 +102,8 @@ 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. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings. -- cgit