From fb3f967a860e184a87753b00b6281d10e1c2d4cc Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Wed, 14 Nov 2018 04:17:41 -0500 Subject: [PATCH] Update build.md (#1975) added LLVM to the dependency one-liner and dependency list for https://github.com/saulius/croaring-rs --- doc/build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 513a87fe0..b0c583cae 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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. \ No newline at end of file +you can start mining by building and running grin-miner against your running Grin node.