[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaPlugged 0.49 (CMake'ified build system with some extras)
- From: George <j4y54w@...>
- Date: Wed, 09 Dec 2009 21:51:38 +0100
Hi all.
This is my first public announcement of LuaPlugged:
http://luaforge.net/projects/plugged
LuaPlugged provides a (almost) fully CMake'ified build system for Lua
where most options found in luaconf.h can be configured with cmake.
Lua can be compiled with C or C++ (a C++ wrapper library with some
extensions I find useful is also present).
In addition, it allows to select additional patches (currently the
bug-fixes as published on http://www.lua.org/bugs.html, a re-entrant
patch [untested] and the LNUM patch http://luaforge.net/projects/lnum/),
as well as modules (currently LuaFileSystem and the Qt-bindings from
http://repo.or.cz/w/lqt.git).
Feedback more than welcome (including harsh critique...).
Cheers,
George (Juergen Sawinski)