*** empty log message ***
[luabind.git] / INSTALL
blob8e6fce4c442eea23d00217ac34bfc6e69ce5915b
1 INSTALLING
3 To install luabind follow these easy steps:
5 1. make sure boost 1.31 is installed at the path specified by the environment variable
6    BOOST_ROOT
7 2. make sure lua 5 is installed (and built) at the path specified by the environment
8    variable LUA_PATH
9 3. run bjam (or make) in the luabind directory
10 4. copy the luabind folder (the one with hpp-files in it) into a system include path. And
11    the luabind library into a library include path
13 For more detailed information about building and trouble shooting, consult the manual.