C,C++/Other Library
[boost] boost build하기
uniqueone
2016. 9. 21. 16:00
ms-dos 창에서 boost가 있는 폴더로 간다. 그런 후 아래와 같은 명령어를 차례로 입력한다.
-------------------
bootstrap
.\b2
-------------------
(http://www.boost.org/doc/libs/1_61_0/more/getting_started/windows.html#zip)를 참조.
어떤사람은 아래와 같이 명령어를 입력했다고 한다
"I built it from the MS visual studio command prompt by first executing the bootstrap command from inside the directory where boost is located and then using the bjam command. –"
(http://stackoverflow.com/questions/19303430/cmake-cannot-find-boost-libraries)