From: Jeroen van der Heijden Date: Mon, 3 Feb 2020 11:06:34 +0000 (+0100) Subject: Update README with yajl info X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~5^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be56f8ceca8d6a9bd46544e5bb9fdb68f98049d3;p=siridb-server.git Update README with yajl info --- diff --git a/README.md b/README.md index 54450e7e..92d0ffdd 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Install the following requirements: (Ubuntu 18.04) sudo apt install libcleri-dev sudo apt install libpcre2-dev sudo apt install libuv1-dev +sudo apt install libyajl-dev sudo apt install uuid-dev ``` @@ -70,6 +71,7 @@ Install the following requirements: ``` brew install pcre2 brew install libuv +brew install yajl brew install ossp-uuid ``` Compile (replace Release with Debug for a debug build):