aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii2015-10-01 13:52:11 +0300
committerEli Zaretskii2015-10-01 13:52:11 +0300
commite8d83f4b60e373d88e37c52857f4138caac8472c (patch)
tree5a05c8f9708b079d03c297bd3a2d5067c9e7966e /nt
parentcedcce77f7def29d8603501afebae3c3ea4272fe (diff)
downloademacs-e8d83f4b60e373d88e37c52857f4138caac8472c.tar.gz
emacs-e8d83f4b60e373d88e37c52857f4138caac8472c.zip
* nt/INSTALL: Document where to find XPM support files
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 759be326b19..de8e9bb5467 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -619,6 +619,14 @@ build will run on Windows 9X and newer systems).
619 is in the PATH or otherwise accessible and that the binaries are 619 is in the PATH or otherwise accessible and that the binaries are
620 compatible (for example, that they were built with the same compiler). 620 compatible (for example, that they were built with the same compiler).
621 621
622 To support XPM images (required for color tool-bar icons), you will
623 need the libXpm library. Its DLL file is in binary distributions
624 for MS-Windows, available from http://ftp.gnu.org/gnu/emacs/windows/.
625 The header file xpm.h, required to build Emacs with XPM support, can
626 be found in libXpm-X.Y.X-w32-src.zip archives available from the
627 same place. Make sure to copy xpm.h into the X11/ subdirectory of
628 your 'include' tree -- that's where Emacs sources expect it to be.
629
622 For PNG images, we recommend to use versions 1.4.x and later of 630 For PNG images, we recommend to use versions 1.4.x and later of
623 libpng, because previous versions had security issues. You can find 631 libpng, because previous versions had security issues. You can find
624 precompiled libraries and headers on the ezwinports site, 632 precompiled libraries and headers on the ezwinports site,