diff options
| author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2022-10-15 15:58:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 21:58:49 +0200 |
| commit | ca0e55cec53dba877fc5fe9689c3aee2af69b8cd (patch) | |
| tree | 71030e71e2789824ac0b3d1fa814fed4ce31eb6b /docs/windows-requirements.md | |
| parent | 54807999b337440e03a6f97700dbdf20aecba8da (diff) | |
| download | wiki-ca0e55cec53dba877fc5fe9689c3aee2af69b8cd.tar.gz wiki-ca0e55cec53dba877fc5fe9689c3aee2af69b8cd.tar.bz2 wiki-ca0e55cec53dba877fc5fe9689c3aee2af69b8cd.zip | |
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.
Diffstat (limited to 'docs/windows-requirements.md')
| -rw-r--r-- | docs/windows-requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
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.) |
