mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 00:44:30 +01:00
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.
This commit is contained in:
parent
d781156327
commit
dcec322117
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user