From 181accc06967d2484555e7bb8bb68b49d8738e82 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 15 Oct 2019 20:51:57 +0200 Subject: [PATCH] Add info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dec034e..1d60508 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ to happen on macOS, as these packages are usually installed out of the box on Li brew install xz brew install pkg-config +In case the lzma package is not installed on your Linux, you need to run (assuming Debian/Ubuntu): + + sudo apt-get install pkg-config liblzma-dev libpq-dev libpcre3-dev + ### Plan B — just download the GEval binary (Assuming you have a 64-bit Linux.)