1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-27 00:36:12 +02:00

Add json as dependency

This commit is contained in:
Pavel Odintsov 2015-06-23 17:27:59 +03:00
parent e49f2164ba
commit 000aa9791f

View File

@ -6,7 +6,7 @@ It's not compiled by default and you need build it explicitly.
Install dependency list (Debian 8 and Ubuntu 14.04 has it):
```bash
apt-get install -y libluajit-5.1-dev luajit
apt-get install -y libluajit-5.1-dev luajit lua-json
```
Build it: