How to Install boost on OS X
Get boost source files from boost.org.
- cd path/to/boost_1_37_0
- ./configure
- sudo make install
Boost libraries and header files will be installed to /usr/local/lib and /usr/local/include.
Get boost source files from boost.org.
Boost libraries and header files will be installed to /usr/local/lib and /usr/local/include.