Single line package install for Debian-based distros

This commit is contained in:
Ignotus Peverell 2018-09-01 23:17:25 +01:00 committed by GitHub
parent fa00a0ebe6
commit 9f7625e8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,11 @@ What's working so far?
- pkc-config
- libssl-dev
- linux-headers (reported needed on Alpine linux)
- pkg-config (reported on Ubuntu)
- libssl-dev (reported on various builds)
For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (except Rust):
```
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev
```
## Build steps