From a548175ef37c8bb6f93432a9a37d6e4323a728b7 Mon Sep 17 00:00:00 2001 From: Nadia Date: Tue, 7 Mar 2023 09:28:04 -0300 Subject: [PATCH 1/3] 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 + + From d89a6a5150cebd67450ed9a9b90eeee00c65e6df Mon Sep 17 00:00:00 2001 From: adenor Date: Thu, 23 Mar 2023 13:55:47 +0000 Subject: [PATCH 2/3] Update 'doc/compile.org' --- doc/compile.org | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/compile.org b/doc/compile.org index 79d66b0..01a1e94 100644 --- a/doc/compile.org +++ b/doc/compile.org @@ -14,6 +14,7 @@ Install ~build-essential~ #+end_example Download emacs (tarball) and open the directory +https://www.gnu.org/software/emacs/ #+begin_example sh ./autogen.sh From 7feb8ea3aa067e75df424f34226e33fdb047bce2 Mon Sep 17 00:00:00 2001 From: adenor Date: Sat, 1 Apr 2023 00:15:18 +0000 Subject: [PATCH 3/3] Update 'doc/compile.org' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inclusão de linhas que foram necessários executar no trisquei 11.2 --- doc/compile.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/compile.org b/doc/compile.org index 01a1e94..e17b905 100644 --- a/doc/compile.org +++ b/doc/compile.org @@ -15,9 +15,12 @@ Install ~build-essential~ Download emacs (tarball) and open the directory https://www.gnu.org/software/emacs/ +#+begin_path + cd emacs-28.2 + #+end_path #+begin_example sh - ./autogen.sh + ./autogen.sh (se não estiver insalado - sudo apt install autogen) #+end_example #+begin_example sh