From 140a242948d3ba19227c9a2599eb2609613ce0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Mon, 1 Apr 2024 14:19:38 +0200 Subject: [PATCH] doc: Add some details on emacs build --- content/posts/pills/pil_emacs_build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/posts/pills/pil_emacs_build.md b/content/posts/pills/pil_emacs_build.md index d0cd38e..3a2a793 100644 --- a/content/posts/pills/pil_emacs_build.md +++ b/content/posts/pills/pil_emacs_build.md @@ -269,6 +269,7 @@ export CC=/usr/bin/gcc-11 && export CXX=/usr/bin/gcc-11 ./autogen.sh ./configure --without-compress-install --with-json --with-tree-sitter \ --with-native-compilation=aot --with-rsvg \ + --with-xwidgets --with-imagemagick \ --prefix=/opt/emacs-29 # Opciones para investigar en el futuro: @@ -294,3 +295,5 @@ sudo make install Podemos hacer `git tag --list` para ver todas las versiones disponibles, y con `git checkout` nos cambiamos a la versión que nos interese para compilarla. + +Tanto si hemos clonado una rama específica como todo el repo para actualizar las fuentes basta con `git pull`