| English | Português |
KeplerComponents
ToolsRelated SitesSponsorsBlue PiL |
|
||||||
Building Kepler modules in WindowsThe build system assumes the following directory structure for module compilation and installation. The executable directory (c:\lua51\bin) should be in your system PATH.c:\lua5.1
You can create this structure using LuaBinaries files (lua5_1_1_Win32_dll_lib.zip and lua5_1_1_Win32_bin.zip) or get everything ready to use on the Kepler DevPack.
To build each one of the Kepler modules with Microsoft Visual Studio 6 (VC6) or Visual C++ 2005 Express Edition , you should get the sources from CVS as explained above and then do:
\bin
bin2c5.1.exe
lua5.1.dll
lua5.1.exe
lua5.1.lib
luac5.1.exe
\include
lauxlib.h
lua.h
lua.hpp
luaconf.h
lualib.h
\lib
\lua
nmake -f Makefile.win
To install the module into the default Kepler structure:
nmake -f Makefile.win install
If you need to clean up the CVS directory after installing the modules you can use
nmake -f Makefile.win clean
|
|||||||
|
|||||||