Repository files navigation
Tested as working on Windows 11
Download and install Microsoft Visual Studio 2022
Download and install CMake: https://cmake.org/download/
Download the binary distribution with platform type "Windows x64 Installer"
Download boost_1_87_0.zip from this URL: https://www.boost.org/users/history/version_1_87_0.html
Create these folders:
a. C:\dev
b. C:\boost
c. C:\boost\include
d. C:\boost\include\boost_1_87_0
Unzip the files and put them in C:\dev
Open a "x64 Native Tools Command Prompt for VS 2022"
cd to the boost folder (e.g. cd C:\dev\boost_1_87_0)
Bootstrap the build system: bootstrap.bat msvc
Build Boost: b2 -j8 --build-type=complete stage toolset=msvc address-model=64 architecture=x86 define=BOOST_USE_WINAPI_VERSION=0x0A00
Copy the boost folder C:\dev\boost_1_87_0\boost to inside this directory: C:\boost\include\boost_1_87_0
Copy the staged lib folder C:\dev\boost_1_87_0\stage\lib to this directory: C:\boost
About
Test a C++ program to compile using Boost logging only on Windows 11.
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.