summaryrefslogtreecommitdiff
path: root/tolua/README
diff options
context:
space:
mode:
Diffstat (limited to 'tolua/README')
-rw-r--r--tolua/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/tolua/README b/tolua/README
new file mode 100644
index 0000000..fbcac6e
--- /dev/null
+++ b/tolua/README
@@ -0,0 +1,28 @@
+This is tolua-5.2.0
+This is tolua-5.1
+
+* What is tolua?
+ tolua is a tool that greatly simplifies the integration of C/C++ code
+ with Lua. Based on a "cleaned" header file, tolua automatically generates
+ the binding code to access C/C++ features from Lua. Using Lua API and
+ tag method facilities, the current version automatically maps C/C++
+ constants, external variables, functions, namespace, classes, and methods
+ to Lua. It also provides facilities to create Lua modules.
+
+* Availability
+ tolua is freely available; you can redistribute it and/or modify it.
+ The software provided hereunder is on an "as is" basis, and
+ the author has no obligation to provide maintenance, support,
+ updates, enhancements, or modifications.
+
+ tolua can be downloaded from the sites below:
+ http://www.tecgraf.puc-rio.br/~celes/tolua/
+ ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/tolua.tar.gz
+
+* Installation
+ See INSTALL.
+
+* Contacting the author
+ tolua has been designed and implemented by Waldemar Celes.
+ Send your comments, bug reports and anything else to
+ celes@tecgraf.puc-rio.br.