From 74211e11c0d34798a7a45258bc07f126a6774cb5 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Fri, 11 Oct 2019 11:56:33 +0300 Subject: [PATCH] Adds how to build emacs with ImageMagick in app:twitter --- modules/app/twitter/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/app/twitter/README.org b/modules/app/twitter/README.org index 3c1a9f412..38d9694fe 100644 --- a/modules/app/twitter/README.org +++ b/modules/app/twitter/README.org @@ -46,6 +46,11 @@ This module provides no flags. + ~twittering-icon-mode~ converts retrieved icons into XPM by default. To achieve this and for displaying icons in formats that are not supported by Emacs as well as for resizing icon images, [[http://www.imagemagick.org/][ImageMagick]] is required. + + To build emacs with ImageMagick support the ~--with-imagemagick~ flag needs to + be passed to the ~configure~ script, e.g. ~./configure --with-imagemagick~. + For detailed instruction on how to build Emacs from source please refer to + [[https://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL][INSTALL]] in Emacs' savannah repository. + For keeping retrieved icons in local storage, [[http://www.gzip.org/][gzip]] is required. * TODO Features