File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Provided .cmd files will compile source code using Visual C++ or MinGW-w64 (GCC) with boost libraries.
2+
3+
4+ ### How to install GCC compiler with precompiled boost libraries:
5+ https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2
6+
7+ ### Visual Studio Community (VC++):
8+ https://www.visualstudio.com/vs/community/
9+
10+ ### If you want use boost libraries with Visual Studio:
11+ Homepage: http://www.boost.org/ <br >
12+ Instructions: http://www.boost.org/doc/libs/release/more/getting_started/windows.html
13+ - Download the latest version (e.g. boost_1_65_1.zip)
14+ - Extract it somewhere (e.g. C:\Program Files\boost\)
15+ - Run as Administrator: Start > Visual Studio ???? > x64 Native Tools Command Prompt for VS ????
16+ - change directory to boost root folder (cd "C:\Program Files\boost\boost_1_65_1")
17+ - run command bootstrap
18+ - run command .\b2
19+ Everything is prepared, now just set in your project settings:
20+ - C/C++ > General > Additional Include Directories to "C:\Program Files\boost\boost_1_65_1\"
21+ - Linker > Additional Library Directories to "C:\Program Files\boost\boost_1_65_1\stage\lib\"
You can’t perform that action at this time.
0 commit comments