From be56f8ceca8d6a9bd46544e5bb9fdb68f98049d3 Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Mon, 3 Feb 2020 12:06:34 +0100 Subject: [PATCH] Update README with yajl info --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.30.2