https://github.com/daurnimator/lua-autoconf-example
https://github.com/daurnimator/lua-autoconf-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daurnimator/lua-autoconf-example
- Owner: daurnimator
- Created: 2016-02-10T12:27:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T12:50:54.000Z (over 9 years ago)
- Last Synced: 2025-01-02T21:34:23.028Z (6 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A project to show basic autotools setup for compiling lua modules
## Building
- `autoreconf -i`
- `./configure`
- `make`
- `sudo make install`## Running
- `lua -e 'print(require"hello")'`