Luabind0.8.1 编译(Lua5.1.4 + boost1.38.0)

1、进入/lua5.1.4/mak.vs2008打开lua5.1.sln编译lua;

2、在VS中新建win32项目,项目类型为静态库,不使用预编译头;

     将<luabind_root>/src下所有cpp文件加入工程;

     将boost、lua和luabind相关目录加入附加包含目录内:

     打开“项目属性”,

     -->C/C++

     -->常规

     -->附加包含目录,加入如下路径:

        --> <boost_root>

        --> <lua_root>/src

        --> <luabind_root>

  

That's it....

 

其他网友的一些方法,大同小异:

1、http://blog.csdn.net/flushthink/archive/2009/02/19/3910063.aspx

2、http://dearymz.blog.163.com/blog/static/2056574200881911437310/

3、http://stdsoft.blogbus.com/logs/37644942.html

你可能感兴趣的:(Luabind0.8.1 编译(Lua5.1.4 + boost1.38.0))