diff options
| author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2022-10-07 17:02:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 23:02:51 +0200 |
| commit | 15ece8dc3d1d65b641e236f3f4bd3c1111fff62e (patch) | |
| tree | b7853427094d17c0ac4bc5f8d42e67465325ccc5 /docs/windows-requirements.md | |
| parent | a29bf910bfb1ed30a81f5fad9c5fd8a8690b41e9 (diff) | |
| download | wiki-15ece8dc3d1d65b641e236f3f4bd3c1111fff62e.tar.gz wiki-15ece8dc3d1d65b641e236f3f4bd3c1111fff62e.tar.bz2 wiki-15ece8dc3d1d65b641e236f3f4bd3c1111fff62e.zip | |
Update windows-requirements.md (#816)
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 e80d250..70768ed 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.2-64.exe/download) + 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_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.2-32.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. 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.) |
