lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


RJP Computing writes:
> 05/21/2008 Version 5.1.3.7 - Alpha 4

It should contain all files that may be needed to compile a library from source.
 This includes lua.h, lauxlib.h, lualib.h, luaconf.h, lua.hpp,
lua5.1.lib/lua51.lib, and lua5.1.def/lua51.def (the lib/def are not always
strictly necessary, such as when compiling under ming, but they're useful to
have for the default compiler).

I recommend adding OpenGL libraries, such as LuaGL[1].  One of the IUP examples
(examples\iup\ctrl\iupglcanvas\luagl.lua) even depends on this.

It would be nice if all the modules could be compiled from source (and their
test suites run) in one shot, but maybe that is the responsibility of LuaRocks.

[1] http://luagl.wikidot.com/