mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
list external dependencies in README
This commit is contained in:
parent
3234400ffa
commit
82e7f34e90
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -28,7 +28,15 @@ Quick Start
|
|||
|
||||
Building Hagrid requires a working nightly Rust toolchain. The
|
||||
easiest way to get the toolchain is to download [rustup](https://rustup.rs).
|
||||
After rustup is installed, get the nightly compiler and tools, copy the
|
||||
|
||||
Additionally, install external dependencies are required. Get them (on Debian or
|
||||
Ubuntu) with
|
||||
|
||||
```bash
|
||||
sudo apt install gnutls-bin nettle-dev gcc llvm-dev libclang-dev build-essential pkg-config gettext
|
||||
```
|
||||
|
||||
After rustup and all other dependencies are installed, get the nightly compiler and tools, copy the
|
||||
config file, and simply compile and run:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue