mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Update build.md (#1975)
added LLVM to the dependency one-liner and dependency list for https://github.com/saulius/croaring-rs
This commit is contained in:
parent
cb652e7ef1
commit
fb3f967a86
1 changed files with 3 additions and 2 deletions
|
@ -20,11 +20,12 @@ What's working so far?
|
|||
* pkg-config
|
||||
* libssl-dev
|
||||
* linux-headers (reported needed on Alpine linux)
|
||||
* llvm
|
||||
|
||||
For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (except Rust):
|
||||
|
||||
```sh
|
||||
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev
|
||||
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
|
||||
```
|
||||
|
||||
## Build steps
|
||||
|
|
Loading…
Reference in a new issue