added more documentation to out_value policy and pure_out_value policy
[luabind.git] / INSTALL
blobd4222a96dc149b3f7fe2ad752658befc5962eb27
1 INSTALLING
3 To install luabind follow these easy steps:
5 1. make sure boost 1.32 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.