July 2009
1 post
Boost, Bjam, Xcode for Dummies
Boost (boost.org) is an extensive set of open-source, peer-reviewed C++ libraries. Associated with it is a compilation/make tool called bjam. Here are some quick and dirty instructions to get it running: Installing bjam: - Install bjam executable in your path (eg, /usr/local/bin), get it from: http://www.boost.org/doc/libs/1_36_0/more/getting_started/unix-variants.html#get-bjam - Install...
Jul 1st