An open API service indexing awesome lists of open source software.

https://github.com/daurnimator/lua-autoconf-example


https://github.com/daurnimator/lua-autoconf-example

Last synced: 4 months ago
JSON representation

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")'`