I really want to get in to using the boost library and I am having trouble "installing" it.
I want to be able to access the functionality by saying
#include <boost/signals2/signal.hpp>
then g++ filename.cpp.
instead of having to write
#include "boost/signals2/signal.hpp"
and have chunks of boost in my local directory.
Is there a way in which I can set up boost such that this works? I have downloaded the boost library and extracted it to /usr/local.