luabind需要boost 和lua, 请先安装boost, lua
luabind用到lua的动态库,请在安装lua时编译出 liblua.so
a: export BOOST_ROOT=/home/zc/tools/boost_1_48_0
b: export LUA_PATH=/usr/local/
c: bjam stage --toolset=gcc --with-date_time --with-fpic --with-filesystem link=static debug release --这一步可以不要
d: bjam install