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:
@@ -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
|
||||
|
Reference in New Issue
Block a user