From 8c254b51b2bf33f1130ba720485c1ce98ccd9925 Mon Sep 17 00:00:00 2001 From: Igor Delac Date: Tue, 24 Dec 2024 10:52:46 +0100 Subject: [PATCH] README.md updated with prerequisites for building from source code --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3c86d0f..617f808 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ scrot requires a few projects and libraries: - libXfixes [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/libxfixes) - libXinerama [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/libxinerama) +On Debian / Ubuntu based systems, you might install dependencies with: + +``` +apt install autoconf autoconf-archive pkg-config libimlib2 libimlib2-dev libxcomposite1 libxcomposite-dev libxext6 libxext-dev libxfixes3 libxfixes-dev libxinerama1 libxinerama-dev +``` + +as **root** user. + ### Generic installation instructions ### If you are building from a git checkout, or if you have applied additional