diff options
| -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%"> |
