diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-10-02 11:09:21 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-10-02 11:09:21 +0300 |
commit | f03311e5b1717df9f3ad0ddab55e861b7babaa3c (patch) | |
tree | 08f43d83e3c9355aa9e7f2440d3f732028c09944 /nt | |
parent | 87fb1e38dc284a4e654a7592796d8e66e597f86e (diff) |
* nt/INSTALL: Point to ezwinports for libXpm binaries.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/INSTALL | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index de8e9bb546..c969da72af 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -620,17 +620,12 @@ build will run on Windows 9X and newer systems). 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. + need the libXpm library. It is available from the ezwinports site, + http://sourceforge.net/projects/ezwinports/files/. 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, - http://sourceforge.net/projects/ezwinports/files/. + precompiled libraries and headers on the ezwinports site. Versions 1.4.0 and later of libpng are binary incompatible with earlier versions, so Emacs will only look for libpng libraries which |