From afccb8e5953ecc346aa36c8bcaa22ec36df82012 Mon Sep 17 00:00:00 2001 From: Mateusz Hinc Date: Wed, 30 Oct 2019 08:59:03 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 905c6ce..7d0c813 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,8 @@ to happen on macOS, as these packages are usually installed out of the box on Li 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 + sudo apt-get install pkg-config liblzma-dev libpq-dev libpcre3-dev libcairo2-dev libbz2-dev -For some Linux distributions, installation of the following packages might be required as well: - - apt-get install libcairo2-dev # in case of failure while building cairo - apt-get install libbz2-dev # in case of failure while building bz2 - - ### Plan B — just download the GEval binary (Assuming you have a 64-bit Linux.)