1
0
Fork 0
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:
Hilary Brenum 2020-02-17 13:13:10 -08:00 committed by Vincent Breitmoser
parent 3234400ffa
commit 82e7f34e90
No known key found for this signature in database
GPG key ID: 7BD18320DEADFA11

View file

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