- http://www.boost.org/doc/libs/1_40_0/more/getting_started/unix-variants.html#the-boost-distribution
- http://www.filepang.co.kr/entry/How-to-install-Boost-Library-in-Ubuntu-904 (Korean Blog)
* Installation Instructions:
- Download Boost Version 1.47.0 (http://www.boost.org/)
- untar the file into '/usr/local/src'
- Move into the Boost folder
- Run "$ sudo ./bootstrap.sh"
- Run "$ sudo ./bjam install"
* Test: (To be updated..)