1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-05 04:42:27 +01:00

Remove openssl dependency

This commit is contained in:
sharkdp
2018-05-02 20:01:43 +02:00
committed by David Peter
parent ed09a80a73
commit edbe8f3e1a
4 changed files with 8 additions and 56 deletions

View File

@@ -21,6 +21,8 @@ A *cat(1)* clone with syntax highlighting and Git integration.
## Installation
### From binaries
Check out the [Release page](https://github.com/sharkdp/bat/releases) for binary builds and Debian packages.
### Arch Linux
@@ -36,8 +38,7 @@ makepkg -si
### From source
If you want to build to compile `bat` from source, you need Rust 1.22 or higher.
Make sure that you have the devel-version of libopenssl installed (see instructions
[here](https://github.com/sfackler/rust-openssl)). You can then use `cargo` to build everything:
You can then use `cargo` to build everything:
``` bash
cargo install bat