diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-25 19:08:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-25 19:08:16 +0200 |
| commit | a1e4074c742cda6f1a11ff7c6b4db6a8dcd93f80 (patch) | |
| tree | f33c4ea355c76b9b099e7cad44ee81c979a98c90 /docs | |
| parent | 2bdfdebee1d2df47bbbf28186e3d936b919d3d84 (diff) | |
| download | wiki-a1e4074c742cda6f1a11ff7c6b4db6a8dcd93f80.tar.gz wiki-a1e4074c742cda6f1a11ff7c6b4db6a8dcd93f80.tar.bz2 wiki-a1e4074c742cda6f1a11ff7c6b4db6a8dcd93f80.zip | |
chore: windows-requirements.md (#504)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/windows-requirements.md | 8 |
1 files changed, 4 insertions, 4 deletions
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**. - <a href="/images/visualstudio.jpg" target="_blank"> - <img src="/images/visualstudio.jpg" height="50%" width="50%"> + <a href="/wiki/images/visualstudio.jpg" target="_blank"> + <img src="/wiki/images/visualstudio.jpg" height="50%" width="50%"> </a> 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.) - <a href="/images/boost.jpg" target="_blank"> - <img src="/images/boost.jpg" height="50%" width="50%"> + <a href="/wiki/images/boost.jpg" target="_blank"> + <img src="/wiki/images/boost.jpg" height="50%" width="50%"> </a> 1. Notice that this image shows the version number `1.72.0` - use your actual version number in your settings. |
