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 + +