emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e8d83f4: * nt/INSTALL: Document where to find XPM s


From: Eli Zaretskii
Subject: [Emacs-diffs] master e8d83f4: * nt/INSTALL: Document where to find XPM support files
Date: Thu, 01 Oct 2015 10:53:24 +0000

branch: master
commit e8d83f4b60e373d88e37c52857f4138caac8472c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * nt/INSTALL: Document where to find XPM support files
---
 nt/INSTALL |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/nt/INSTALL b/nt/INSTALL
index 759be32..de8e9bb 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -619,6 +619,14 @@ build will run on Windows 9X and newer systems).
   is in the PATH or otherwise accessible and that the binaries are
   compatible (for example, that they were built with the same compiler).
 
+  To support XPM images (required for color tool-bar icons), you will
+  need the libXpm library.  Its DLL file is in binary distributions
+  for MS-Windows, available from http://ftp.gnu.org/gnu/emacs/windows/.
+  The header file xpm.h, required to build Emacs with XPM support, can
+  be found in libXpm-X.Y.X-w32-src.zip archives available from the
+  same place.  Make sure to copy xpm.h into the X11/ subdirectory of
+  your 'include' tree -- that's where Emacs sources expect it to be.
+
   For PNG images, we recommend to use versions 1.4.x and later of
   libpng, because previous versions had security issues.  You can find
   precompiled libraries and headers on the ezwinports site,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]