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:
Jacob Gadikian 2018-11-14 04:17:41 -05:00 committed by Quentin Le Sceller
parent cb652e7ef1
commit fb3f967a86

View file

@ -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