From d2e9bc9abce0dc3d8121debe004c09a42be2b36e Mon Sep 17 00:00:00 2001 From: Jiff Slater <44872639+xocite@users.noreply.github.com> Date: Sun, 23 May 2021 08:12:07 +0800 Subject: [PATCH] Add missed dependencies for Debian (#68) Clarify that libpcre and libevent development files are needed for Debian configuration of Invidious. --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5017539..9cd8877 100644 --- a/Installation.md +++ b/Installation.md @@ -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