From 6f43d75f85dcf55468dc6592e9f7fb2f728b1222 Mon Sep 17 00:00:00 2001 From: Nixon Date: Mon, 15 May 2023 15:32:29 -0300 Subject: [PATCH] add missing dependencies --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 4b110a64..d92ee98f 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -72,6 +72,9 @@ install 'MuPDF' mupdf mupdf-tools install 'FFmpeg' ffmpeg install 'Poppler' poppler-utils +install 'psych dependencies' libyaml-dev +install 'readline-ext dependencies' libreadline-dev + # Needed for docs generation. update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8