mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add missed dependencies for Debian (#68)
Clarify that libpcre and libevent development files are needed for Debian configuration of Invidious.
This commit is contained in:
parent
1a6ef1efc8
commit
d2e9bc9abc
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ curl -fsSL https://crystal-lang.org/install.sh | sudo bash
|
|||
# That will add the signing key and the repository configuration.
|
||||
# If you prefer to do it manually, Follow the instructions here https://crystal-lang.org/install
|
||||
sudo apt-get update
|
||||
sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev
|
||||
sudo apt install crystal libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev libpcre3-dev libevent-dev
|
||||
```
|
||||
|
||||
Fedora
|
||||
|
|
Loading…
Reference in a new issue