From ca0e55cec53dba877fc5fe9689c3aee2af69b8cd Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:58:49 -0400 Subject: Replace Boost version in Windows Requirements to (existing) 1.79.0 (#822) * Replace Boost version in Windows Requirements to (existing) 1.80.0 * Change version number. I hate dependencies let's get rid of them. --- docs/windows-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 70768ed..6894337 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -98,9 +98,9 @@ 1. Download the prebuilt Windows Binary for Visual Studio 2022 - 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.3-64.exe/download) + 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.79.0/boost_1_79_0-msvc-14.3-64.exe/download) - 1. [32bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.3-32.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. 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.) -- cgit