From 3a1b3af644f177d7a9b61add8042384b0d5aa467 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 10 Jan 2019 09:37:19 +0100 Subject: [PATCH] Updated Building binary (markdown) --- Building-binary.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index e2003ca..d354095 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -1,6 +1,7 @@ ## Dependencies - `Rust nightly` (strongly recommended to use [rustup](https://rustup.rs/)) -- `OpenSSL` (should be available in path, install through your system's package manager or use the [prebuilt binaries](https://wiki.openssl.org/index.php/Binaries)) +- `OpenSSL` (should be available in path, install through your system's package manager or use the [prebuilt binaries](https://wiki.openssl.org/index.php/Binaries)) + For Debian, you'll need to install `pkg-config` and `libssl-dev` - `NodeJS` (only when compiling the web-vault, install through your system's package manager or use the [prebuilt binaries](https://nodejs.org/en/download/))