diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-25 14:45:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-25 14:45:00 +0200 |
| commit | 2bdfdebee1d2df47bbbf28186e3d936b919d3d84 (patch) | |
| tree | db1bdabee5b937268017918890a3623fb3e3d096 | |
| parent | ff1f1ed597fa624d33c1e323af50a5be799afe86 (diff) | |
| download | wiki-2bdfdebee1d2df47bbbf28186e3d936b919d3d84.tar.gz wiki-2bdfdebee1d2df47bbbf28186e3d936b919d3d84.tar.bz2 wiki-2bdfdebee1d2df47bbbf28186e3d936b919d3d84.zip | |
chore: windows-requirements.md (#503)
| -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 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**. - <a href="../images/visualstudio.jpg" target="_blank"> - <img src="../images/visualstudio.jpg" height="50%" width="50%"> + <a href="/images/visualstudio.jpg" target="_blank"> + <img src="/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="/images/boost.jpg" target="_blank"> + <img src="/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. |
