diff lua/luadyncall/README.txt @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children 739c40f35a6a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lua/luadyncall/README.txt	Thu Mar 19 22:26:28 2015 +0100
@@ -0,0 +1,52 @@
+luadyncall - lua dyncall bindings
+== (C) 2010 Daniel Adler ========
+
+
+Build
+-----
+./bootstrap
+./configure
+make
+make install
+
+
+Package contents
+----------------
+
+dynload   dynamic loading of code and resolving of symbols
+dyncall   dynamic call to code
+dynport   dynamic shared library linker
+dynstruct C structure support (experimental) 
+dyntype   C type information (experimental)
+smartptr  smart pointer
+int64     64-bit signed and unsigned integer data type
+array     C arrays
+path      search and open resources by name along a path
+ldynguess system-information
+
+
+
+
+Build with Makefile.custom
+===========================
+$EDITOR ./config
+specify dyncall and lua prefix paths
+
+
+Build with luarocks
+===================
+cd src
+luarocks make
+
+
+Build using GNU Make
+====================
+make
+
+
+Build source package (maintainers only)
+=======================================
+make srcpkg
+
+
+