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.)