summaryrefslogtreecommitdiffstats
path: root/libraries/tolua++/README
diff options
context:
space:
mode:
author Larry Hajali2010-04-17 03:58:32 +0200
committer David Somero2010-05-15 10:38:09 +0200
commit9c03b99a0ab506fb6829cc79320387a348de1aa3 (patch)
tree45a3b886b49b5542f4f3542c2de57f8b05f1da34 /libraries/tolua++/README
parent296ee4b1d07baac910422190cc1ec738ece53bd7 (diff)
downloadslackbuilds-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++/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.