Lua bindings for clangc. Early stage https://github.com/cedlemo/lua-clangc.git
cedlemo 964a3110d0 Finish Index:create_translation_unit_from_source_file method | 9 gadi atpakaļ | |
---|---|---|
src | 9 gadi atpakaļ | |
test | 9 gadi atpakaļ | |
tools | 9 gadi atpakaļ | |
Makefile.am | 9 gadi atpakaļ | |
README.md | 9 gadi atpakaļ | |
TODO | 9 gadi atpakaļ | |
autogen.sh | 9 gadi atpakaļ | |
compile.sh | 9 gadi atpakaļ | |
configure.ac | 9 gadi atpakaļ | |
gpl-3.0.txt | 9 gadi atpakaļ | |
implementation.md | 9 gadi atpakaļ |
#ruby-clangc
lua bindings to the clang C interface
Just a hobby project for now.
The autotools will detect automaticaly your lua version and install the library in a path build on the prefix variable.
./autogen.sh --prefix=/usr
make
sudo make install
The library files will be isntalled in /usr/lib/lua/LUA_VERSION/clangc.
You can still use the libdir variable. If your current version of lua is 5.3 for example:
./autogen.sh --libdir=/usr/lib/lua/5.3
make
sudo make install
sudo make uninstall
make maintainer clean