English | Português

Kepler

Components

Tools

Related Sites

Sponsors

Blue PiL

   

Building Kepler modules in Windows

The 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
\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

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:

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

Recent Changes Last modified on March 15, 2007, at 07:33 PM Printable | Edit | History
Powered by PmWiki