It's possible to build these libraries by yourself but to be honest the Boost documentation isn't really crystal clear and some links are even broken.
That's the case for example for the Boost.Python or Boost.Regex libraries.
The Boost libraries are in general available directly without building anything (only by including headers).īut some libraries have to be built before being able to use them. Setting up Boost libraries Downloading and installing Boost libraries We are going to set up our computer in order to use the following libraries and software: Ready? Let's do it in this Boost installation tutorial for Windows 10. They contain tons of functionalities but aren't so easy to use or even understand.įirst things first, let's try to install it in on our dear Windows 10 operating system. Boost libraries are some of the famous ones in the C++ world.