tolua++ - Home
news -
download - documentation - installing -
contact us - Codenix
tolua++ is an extended version of tolua, a tool to integrate
C/C++ code with Lua. tolua++
includes new features oriented to c++ such as:
As well as other features and bugfixes.
Downloading
The tolua++ source is freely available by http.
The software provided hereunder is on an "as is" basis, and the author
has no obligation to provide maintenance, support, updates, enhancements,
or modifications.
A MSVC/MinGW binary package can be downloaded here.
Current version is 1.0.2, older versions:
tolua++-1.0.tar.bz2
Documentation
You can find the manual here or under the doc/ directory
on the distribution.
Instalation
tolua++ uses SCons to build. SCons is based on
python, but you can get a stand-alone version on
their website. After you have SCons, follow this simple instructions:
Type 'scons all' to compile.
Type 'scons install'. The default install prefix is /usr/local, so if you are
on a POSIX system, it should work. On other systems, you can change it with the
'prefix' option on command line.
scons prefix=/usr install
or on windows
scons "prefix=c:\Program Files\Visual C" install
Use scons -h to see a list of available command line options.
The files you need (in case you want to do a manual install) are:
- bin/tolua++[.exe] - the main binary
- include/tolua++.h - the header file
- lib/libtolua++.a or lib/tolua++.lib - the library
See INSTALL for instructions on how to install without SCons.
tolua++ and this website are maintained by Ariel Manzur.
Contact us with any
bugs, fixes, suggestions, or questions about this package.