https://github.com/kazupon/libuv-lua
libuv lua binding
https://github.com/kazupon/libuv-lua
Last synced: 2 months ago
JSON representation
libuv lua binding
- Host: GitHub
- URL: https://github.com/kazupon/libuv-lua
- Owner: kazupon
- License: other
- Created: 2012-06-07T07:47:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-26T01:51:45.000Z (over 13 years ago)
- Last Synced: 2025-02-06T05:43:11.517Z (11 months ago)
- Language: C
- Size: 570 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libuv-lua
libuv lua binding
# Requirements
- lua >= 5.1.3
- python >= 2.6
# Building
$ ./configure --shared-lua --shared-lua-includes=SHARED_LUA_INCLUDES --shared-lua-libpath=SHARED_LUA_LIBPATH --arch=ARCH
$ make -C out
## Building Options
$ ./configure --help