comparison nt/INSTALL @ 112098:40af77a50adc

Merge changes from emacs-23 branch
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 02 Jan 2011 15:28:40 -0500
parents 3655cc4062e4 704900942a8e
children cb7f7a583491
comparison
equal deleted inserted replaced
112045:52100bac91db 112098:40af77a50adc
288 header files necessary for building Emacs with image support. 288 header files necessary for building Emacs with image support.
289 289
290 If GTK 2.0 is installed, addpm will arrange for its image libraries 290 If GTK 2.0 is installed, addpm will arrange for its image libraries
291 to be on the DLL search path for Emacs. 291 to be on the DLL search path for Emacs.
292 292
293 For PNG images, we recommend to use versions 1.4.x and later of
294 libpng, because previous versions had security issues. You can find
295 precompiled libraries and headers on the GTK download page for
296 Windows (http://www.gtk.org/download-windows.html).
297
298 Versions 1.4.0 and later of libpng are binary incompatible with
299 earlier versions, so Emacs will only look for libpng libraries which
300 are compatible with the version it was compiled against. That
301 version is given by the value of the Lisp variable `libpng-version';
302 e.g., 10403 means version 1.4.3. The variable `image-library-alist'
303 is automatically set to name only those DLL names that are known to
304 be compatible with the version given by `libpng-version'. If PNG
305 support does not work for you even though you have the support DLL
306 installed, check the name of the installed DLL against
307 `image-library-alist' and the value of `libpng-version', and
308 download compatible DLLs if needed.
309
293 * Experimental SVG support 310 * Experimental SVG support
294 311
295 SVG support is currently experimental, and not built by default. 312 SVG support is currently experimental, and not built by default.
296 Specify --with-svg and ensure you have all the dependencies in your 313 Specify --with-svg and ensure you have all the dependencies in your
297 include path. Unless you have built a minimalist librsvg yourself 314 include path. Unless you have built a minimalist librsvg yourself