diff options
| author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2023-01-09 04:08:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 10:08:16 +0100 |
| commit | b36995cb2fb26beb508d1b80aa35fdc2b7740cfe (patch) | |
| tree | 9e96b7cc299c6a21b62e579fcd26b49fea470ba2 /docs/windows-requirements.md | |
| parent | 455534d7028482aa2df8a4999de77de54cd1f7ad (diff) | |
| download | wiki-b36995cb2fb26beb508d1b80aa35fdc2b7740cfe.tar.gz wiki-b36995cb2fb26beb508d1b80aa35fdc2b7740cfe.tar.bz2 wiki-b36995cb2fb26beb508d1b80aa35fdc2b7740cfe.zip | |
Update windows-requirements.md (#858)
Diffstat (limited to 'docs/windows-requirements.md')
| -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 2dc686b..55ba1a9 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -7,7 +7,7 @@ | | | :----------------------------------------------------------------- | -| Boost ≥ 1.74 | +| Boost ≥ 1.78 | | MySQL ≥ 5.7.0 | | OpenSLL ≥ 1.0.x | | CMake ≥ 3.16 | @@ -96,11 +96,11 @@ 1. Download the prebuilt Windows Binary for Visual Studio 2022 - 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.79.0/boost_1_79_0-msvc-14.3-64.exe/download) + 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.81.0/boost_1_81_0-msvc-14.3-64.exe/download) - 1. [32bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.79.0/boost_1_79_0-msvc-14.3-32.exe/download) + 1. [32bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.81.0/boost_1_81_0-msvc-14.3-32.exe/download) - 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. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `C:/local/boost_1_81_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="/wiki/images/boost.jpg" target="_blank"> <img src="/wiki/images/boost.jpg" height="50%" width="50%"> |
