diff options
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 000000000000..ffaa511d9f6a --- /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. |