Boost C++ Headers/Libraries

Developers need to have the Boost headers in order several Glotzilla projects. The most current version of Boost can be found here. If you intend to develop Glotzilla and to use the cmake files we have supplied, you will need to unzip the Boost archive and copy the "boost" directory (containing the *.hpp's) to your /usr/local/include. This will result in a /usr/local/include/boost directory that can be accessed from your code with "#include <boost/_.hpp". More information can be found at the Boost site.