From b36995cb2fb26beb508d1b80aa35fdc2b7740cfe Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:08:16 -0500 Subject: Update windows-requirements.md (#858) --- docs/windows-requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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.) -- cgit