From a548175ef37c8bb6f93432a9a37d6e4323a728b7 Mon Sep 17 00:00:00 2001 From: Nadia Date: Tue, 7 Mar 2023 09:28:04 -0300 Subject: [PATCH] add documentation on problems with compiling --- doc/compile.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/compile.org b/doc/compile.org index 9c4941d..79d66b0 100644 --- a/doc/compile.org +++ b/doc/compile.org @@ -26,3 +26,9 @@ Download emacs (tarball) and open the directory #+begin_example sh sudo make install #+end_example + +** Facing problems due to lack of XLibs in Debian system +Install the following libraries: (for Debian Buster) +libc6-dev libjpeg62-turbo libncurses5-dev libpng-dev libtiff5-dev libgif-dev xaw3dg-dev zlib1g-dev libx11-dev + +