From 2bdfdebee1d2df47bbbf28186e3d936b919d3d84 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 25 May 2021 14:45:00 +0200 Subject: chore: windows-requirements.md (#503) --- docs/windows-requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 1b4cd4b..ccd1db9 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