mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-22 21:48:56 +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
|
cargo install bat
|
||||||
```
|
```
|
||||||
|
|
||||||
On macOS, you might have to install `cmake` (`brew install cmake`) in order for
|
You may have to install `cmake` and the `libz` development package
|
||||||
some dependencies to be built.
|
(`libz-dev` or `libz-devel`) in order for the build to succeed.
|
||||||
|
|
||||||
## Customization
|
## 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
|
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.
|
`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
|
## Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user