summaryrefslogtreecommitdiff
path: root/libraries/tolua++/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/tolua++/README')
-rw-r--r--libraries/tolua++/README9
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.