mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-08 04:11:08 +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
|
* pkg-config
|
||||||
* libssl-dev
|
* libssl-dev
|
||||||
* linux-headers (reported needed on Alpine linux)
|
* linux-headers (reported needed on Alpine linux)
|
||||||
|
* llvm
|
||||||
|
|
||||||
For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (except Rust):
|
For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (except Rust):
|
||||||
|
|
||||||
```sh
|
```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
|
## Build steps
|
||||||
|
@ -119,4 +120,4 @@ troubleshooting, etc.
|
||||||
|
|
||||||
Please note that all mining functions for Grin have moved into a separate, standalone package called
|
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,
|
[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.
|
||||||
|
|
Loading…
Reference in a new issue