From dcec32211707946cc81abfc9d33dda53650899dc Mon Sep 17 00:00:00 2001 From: Jeroen Hoek Date: Wed, 12 Sep 2018 15:37:22 +0200 Subject: [PATCH] Update README (libz-dev may be required) On Ubuntu 18.04 I had to install `cmake` as well as `libz-dev` to get bat to compile. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28e171b4..ec375c15 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,8 @@ higher. You can then use `cargo` to build everything: cargo install bat ``` -On macOS, you might have to install `cmake` (`brew install cmake`) in order for -some dependencies to be built. +You may have to install `cmake` and the `libz` development package +(`libz-dev` or `libz-devel`) in order for the build to succeed. ## Customization @@ -307,10 +307,6 @@ are supported (and fall back to 8-bit colors). Please try a different theme (see `bat --list-themes` for a list). The `OneHalfDark` and `OneHalfLight` themes provide grid and line colors that are brighter. -### Error when compiling: "cannot find -lz" - -Please install the `zlib-devel` package and try again. - ## Development ```bash