2016년 8월 22일 월요일

Boost C++ library with Visual Studio.

1. download boost.

2. unzip the boost, go to the folder

3. run bootstrap
./bootstrap.bat

4. b2 toolset=msvc-14.0 --build-type=complete link=static threading=multi runtime-link=shared --abbreviate-paths architecture=x86 address-model=32 install -j4

5. add include and lib folder into visual studio.

C/C++:
Additional Include directories: C:\Boost\include\boost-1_61

Linker:
Additional Library Directories: C:\Boost|lib

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...