comparison lua/luadyncall/README.txt @ 17:739c40f35a6a

- update READMEs
author cslag
date Sat, 26 Mar 2016 22:32:59 +0100
parents 0cfcc391201f
children
comparison
equal deleted inserted replaced
16:a40084782546 17:739c40f35a6a
1 luadyncall - lua dyncall bindings 1 luadyncall - lua dyncall bindings
2 == (C) 2010 Daniel Adler ======== 2 == (C) 2010 Daniel Adler ========
3 3
4 4
5 Build 5 Build
6 ----- 6 =====
7 ./bootstrap 7 ./bootstrap
8 ./configure 8 ./configure
9 make 9 make
10 make install 10 make install
11 11
12 12
13 Package contents 13 Package contents
14 ---------------- 14 ================
15 15
16 dynload dynamic loading of code and resolving of symbols 16 dynload dynamic loading of code and resolving of symbols
17 dyncall dynamic call to code 17 dyncall dynamic call to code
18 dynport dynamic shared library linker 18 dynport dynamic shared library linker
19 dynstruct C structure support (experimental) 19 dynstruct C structure support (experimental)
46 46
47 Build source package (maintainers only) 47 Build source package (maintainers only)
48 ======================================= 48 =======================================
49 make srcpkg 49 make srcpkg
50 50
51
52