Since Boost is mostly implemented as a set of header files, it is possible to just drop the
boost directory in the Boost distribution into a compiler's include directory for the C++ header files. For the case of MinGW with a default install, that directory is
C:\MinGW\include\c++\3.4.2\ (adjust that for a different install location or version).
Thanks for this post. It helped me get some code that uses Boost up and running.
ReplyDeleteYou can get an installer here:
ReplyDeletehttp://www.boost-consulting.com/products/free
Hope that helps.
-Nick