mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Single line package install for Debian-based distros
This commit is contained in:
parent
fa00a0ebe6
commit
9f7625e8aa
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue