Boost Build/Jam on Ubuntu 8.04

Posted by Sim at Jun 27, 2008 03:30 PM |
Filed under: , , ,

Just a short list of how to configure Boost Build and bjam for Ubuntu.

Need to do the following:

sudo apt-get install bjam boost-build
sudo emacs /usr/share/boost-build/user-config.jam

 

Then uncomment the line with "using gcc ;" and you are set.

Document Actions