diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-04-16 21:58:32 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:09 +0200 |
commit | 9c03b99a0ab506fb6829cc79320387a348de1aa3 (patch) | |
tree | 45a3b886b49b5542f4f3542c2de57f8b05f1da34 /libraries/tolua++/README | |
parent | 296ee4b1d07baac910422190cc1ec738ece53bd7 (diff) | |
download | slackbuilds-9c03b99a0ab506fb6829cc79320387a348de1aa3.tar.gz |
libraries/tolua++: Added (tool to integrate C/C++ code with Lua)
Diffstat (limited to 'libraries/tolua++/README')
-rw-r--r-- | libraries/tolua++/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/tolua++/README b/libraries/tolua++/README new file mode 100644 index 0000000000..ffaa511d9f --- /dev/null +++ b/libraries/tolua++/README @@ -0,0 +1,9 @@ +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: +* Support for std::string as a basic type (this can be turned off by a + command line option). +* Support for class templates + +Tolua++ requires scons and lua. |