Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takase1121/linenoise-lua

Wrapper for linenoise
https://github.com/takase1121/linenoise-lua

Last synced: 4 days ago
JSON representation

Wrapper for linenoise

Awesome Lists containing this project

README

        

# linenoise-lua

A Lua library that wraps [msteveb/linenoise], a fork of [antirez/linenoise].

## Set Up

```sh
$ git clone --recursive https://github.com/takase1121/linenoise-lua.git
$ cd linenoise-lua
$ make
```

You will get `linenoise_lua.dll` or `linenoise_lua.so` depending on your platform.

[msteveb/linenoise]: https://github.com/msteveb/linenoise
[antirez/linenoise]: https://github.com/antirez/linenoise