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