mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-28 12:30:19 +02:00
fix package name
parent
3c0ab915cf
commit
96a22add0d
@ -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 <v4.12) which requires NodeJS v11*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user