본문 바로가기

Programming/C++

Boost Library for windows with Msys2

Boost library for windows header files works well with msys2 clang compiler.

 

Sample Code for Test

Build option should include Boost Library. 

clang++.exe -I boost_home_dir -o output.exe test.cpp

'Programming > C++' 카테고리의 다른 글

MySQL Connector Developer's Guide  (0) 2020.04.19
Boost Library Document  (0) 2020.04.19
A Good Overview of Visual Studio Code for C++  (0) 2020.03.31