Skip to content

Commit

Permalink
added luarocks install info
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer committed Sep 11, 2020
1 parent 09ab1b4 commit 1c9d255
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ A basic lua binding to [simdjson](https://simdjson.org). The simdjson library is

Current simdjson version: 0.5.0

## Installation
If all the requirements are met, lua-simdjson can be install via luarocks with:

```
luarocks install lua-simdjson
```
Otherwise it can be installed manually by pulling the repo and running luarocks make.

## Requirements
* lua-simdjson only works on 64bit systems.
* a lua build environment with support for C++11
Expand Down

0 comments on commit 1c9d255

Please sign in to comment.