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:
committed by
Quentin Le Sceller
parent
cb652e7ef1
commit
fb3f967a86
+3
-2
@@ -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
|
||||
@@ -119,4 +120,4 @@ troubleshooting, etc.
|
||||
|
||||
Please note that all mining functions for Grin have moved into a separate, standalone package called
|
||||
[grin_miner](https://github.com/mimblewimble/grin-miner). Once your Grin code node is up and running,
|
||||
you can start mining by building and running grin-miner against your running Grin node.
|
||||
you can start mining by building and running grin-miner against your running Grin node.
|
||||
|
||||
Reference in New Issue
Block a user