Comment installer luabind

*ビルド方法
LuaBindを使うにはLuaのパス(LUA_PATH)と、Boostへのパス(BOOST_ROOT)を設定する必要があります。
set LUA_PATH=<Luaがインストールされているパス>
set BOOST_ROOT=<boostがインストールされているパス>
bjam --toolset=<borland/dmc/darwin/gcc/intel/msvc> link=static threading=multi variant=debug,release runtime-link=static stage
を打ち込めば、「stage」フォルダ内にライブラリが作られます。