Added deendency needed if MySQL backend
parent
196997f6a9
commit
b4638cba26
|
@ -3,7 +3,7 @@
|
||||||
- `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`
|
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/))
|
- `NodeJS` (only when compiling the web-vault, install through your system's package manager or use the [prebuilt binaries](https://nodejs.org/en/download/))
|
||||||
|
- For MySQL backend on Debian (Buster), you'll need to install `libmariadb-dev-compat` and `libmariadb-dev`
|
||||||
|
|
||||||
## Run/Compile
|
## Run/Compile
|
||||||
### SQlite backend
|
### SQlite backend
|
||||||
|
|
Loading…
Reference in New Issue