aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-05 21:31:41 +0400
committerDmitry Antipov2014-06-05 21:31:41 +0400
commit04ee0de0d1fdb35b28cc187546df2ff7f96a6155 (patch)
tree49b8c2688fe01a3e31a814c4d16c778f4d3b2bd0 /INSTALL
parent14781f7f44dfdfb015082e38894a7e0df4acff83 (diff)
downloademacs-04ee0de0d1fdb35b28cc187546df2ff7f96a6155.tar.gz
emacs-04ee0de0d1fdb35b28cc187546df2ff7f96a6155.zip
* INSTALL: Mention SVG image support.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a0102ea04ba..94fa6ba653b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -169,6 +169,7 @@ X11 is being used.
169 X libjpeg for JPEG: http://www.ijg.org/ 169 X libjpeg for JPEG: http://www.ijg.org/
170 X libtiff for TIFF: http://www.remotesensing.org/libtiff/ 170 X libtiff for TIFF: http://www.remotesensing.org/libtiff/
171 X libgif for GIF: http://sourceforge.net/projects/giflib/ 171 X libgif for GIF: http://sourceforge.net/projects/giflib/
172 librsvg2 for SVG: http://wiki.gnome.org/action/show/Projects/LibRsvg
172 173
173If you supply the appropriate --without-LIB option, 'configure' will 174If you supply the appropriate --without-LIB option, 'configure' will
174omit the corresponding library from Emacs, even if that makes for a 175omit the corresponding library from Emacs, even if that makes for a
@@ -293,6 +294,7 @@ or more of these options:
293 --without-tiff for TIFF image support 294 --without-tiff for TIFF image support
294 --without-gif for GIF image support 295 --without-gif for GIF image support
295 --without-png for PNG image support 296 --without-png for PNG image support
297 --without-rsvg for SVG image support
296 298
297Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars. 299Use --without-toolkit-scroll-bars to disable Motif or Xaw3d scroll bars.
298 300