From 96a22add0d034cf65f4c99f072cd39ac7f0f7aa5 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Thu, 8 Apr 2021 16:59:07 -0400 Subject: [PATCH] fix package name --- Building-binary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-binary.md b/Building-binary.md index 4d5b8de..0d4d9e2 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -6,10 +6,10 @@ Typical users should either [[deploy via Docker|Which-container-image-to-use]], - `Rust nightly` (strongly recommended to use [rustup](https://rustup.rs/)) - On a Debian based distro some general packages to make sure building should go fine install the following: `build-essential`, `git` - `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)) - On a Debian based distro, you need to install `pkgconfig` and `libssl-dev` + On a Debian based distro, you need to install `pkg-config` and `libssl-dev` - For the SQlite3 backend on a Debian based distro you need to install `libsqlite3-dev` - For the MySQL backend on a Debian based distro you need to install `libmariadb-dev-compat` and `libmariadb-dev` -- For the PostgreSQL on a Debian based distro you need to install `libpq-dev` and `pkgconfig` +- For the PostgreSQL on a Debian based distro you need to install `libpq-dev` and `pkg-config` - `NodeJS` (only when compiling the web-vault, install through your system's package manager, use the [prebuilt binaries](https://nodejs.org/en/download/)) or [nodesource binary distribution](https://github.com/nodesource/distributions) *Note: web-vault currently uses a package base (e.g. node-sass