Boost.Build is a text-based system for developing, testing, and installing software. First, you'll need to build and install it. To do this:1.Go to the directory tools\build\.2.Run bootstrap.bat3.Run b2 install --prefix=PREFIX where PREFIX is the directory where you want Boost.Build to be installed4.Add PREFIX\bin to your PATH environment variable. 1. bootstrap 실행 2. b2 -j4 -a --without=mpi --wi..