aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2952b0ffd3d..ae1c017c430 100644
--- a/INSTALL
+++ b/INSTALL
@@ -181,6 +181,8 @@ can be found:
181 . libpng for PNG: ftp://www.libpng.org/pub/png/ 181 . libpng for PNG: ftp://www.libpng.org/pub/png/
182 . libz (for PNG): http://www.info-zip.org/pub/infozip/zlib/ 182 . libz (for PNG): http://www.info-zip.org/pub/infozip/zlib/
183 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/ 183 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/
184 Get version 6b -- 6a is reported to fail in
185 Emacs.
184 . libtiff for TIFF: http://www.libtiff.org/ 186 . libtiff for TIFF: http://www.libtiff.org/
185 . libungif for GIF: 187 . libungif for GIF:
186 http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml 188 http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
@@ -194,6 +196,20 @@ these libraries won't work because some routines are missing, and
194configure should avoid such old versions. If that happens, use the 196configure should avoid such old versions. If that happens, use the
195--without-LIB options to `configure'. See below for more details. 197--without-LIB options to `configure'. See below for more details.
196 198
199* Extra fonts
200
201To take proper advantage of Emacs 21's mule-unicode charsets, you need
202a Unicode font. For information on Unicode fonts for X, see
203<URL:http://czyborra.com/unifont/> and
204<URL:http://www.cl.cam.ac.uk/%7Emgk25/ucs-fonts.html>.
205<URL:http://czyborra.com/charsets/> has basic fonts for Emacs's
206ISO-8859 charsets.
207
208XFree86 release 4 (from <URL:ftp://ftp.xfree86.org/> and mirrors)
209contains font support for most, if not all, of the charsets that Emacs
210supports. The font files should be usable separately with older X
211releases.
212
197 213
198DETAILED BUILDING AND INSTALLATION: 214DETAILED BUILDING AND INSTALLATION:
199 215