Mercurial > emacs
comparison INSTALL @ 69701:6cd56cde7cd4
updated broken link(s)
author | Ramprasad B <ramprasad_i82@yahoo.com> |
---|---|
date | Tue, 28 Mar 2006 08:31:41 +0000 |
parents | 88d561445a39 |
children | 382d6be8bd43 |
comparison
equal
deleted
inserted
replaced
69700:a00170090600 | 69701:6cd56cde7cd4 |
---|---|
130 . libXaw3d for fancy 3D-style | 130 . libXaw3d for fancy 3D-style |
131 scroll bars: ftp://ftp.x.org/contrib/widgets/Xaw3d/ | 131 scroll bars: ftp://ftp.x.org/contrib/widgets/Xaw3d/ |
132 . libxpm for XPM: ftp://ftp.x.org/contrib/libraries/ | 132 . libxpm for XPM: ftp://ftp.x.org/contrib/libraries/ |
133 Get version 3.4k or later, which lets Emacs | 133 Get version 3.4k or later, which lets Emacs |
134 use its own color allocation functions. | 134 use its own color allocation functions. |
135 . libpng for PNG: ftp://www.libpng.org/pub/png/ | 135 . libpng for PNG: ftp://ftp.simplesystems.org/pub/libpng/png/ |
136 . libz (for PNG): http://www.info-zip.org/pub/infozip/zlib/ | 136 . libz (for PNG): http://www.zlib.net/ |
137 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/ | 137 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/ |
138 Get version 6b -- 6a is reported to fail in | 138 Get version 6b -- 6a is reported to fail in |
139 Emacs. | 139 Emacs. |
140 . libtiff for TIFF: http://www.libtiff.org/ | 140 . libtiff for TIFF: http://www.libtiff.org/ |
141 . libungif for GIF: | 141 . libungif for GIF: |
142 http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml | 142 http://sourceforge.net/projects/libungif |
143 Ensure you get version 4.1.0b1 or higher of libungif -- a bug in | 143 Ensure you get version 4.1.0b1 or higher of libungif -- a bug in |
144 4.1.0 can crash Emacs. | 144 4.1.0 can crash Emacs. |
145 | 145 |
146 Emacs will configure itself to build with these libraries if the | 146 Emacs will configure itself to build with these libraries if the |
147 `configure' script finds them on your system, unless you supply the | 147 `configure' script finds them on your system, unless you supply the |
155 At first, Emacs does not include fonts and does not install them. You | 155 At first, Emacs does not include fonts and does not install them. You |
156 must do this yourself. | 156 must do this yourself. |
157 | 157 |
158 To take proper advantage of Emacs 21's mule-unicode charsets, you need | 158 To take proper advantage of Emacs 21's mule-unicode charsets, you need |
159 a suitable font. For `Unicode' (ISO 10646) fonts for X, see | 159 a suitable font. For `Unicode' (ISO 10646) fonts for X, see |
160 <URL:http://dvdeug.dhis.org/unifont.html> (packaged in Debian), | 160 <URL:http://czyborra.com/unifont/> (packaged in Debian), |
161 <URL:http://openlab.ring.gr.jp/efont/> (packaged in Debian). (In | 161 <URL:http://openlab.ring.gr.jp/efont/> (packaged in Debian). (In |
162 recent Debian versions, there is an extensive `misc-fixed' iso10646-1 | 162 recent Debian versions, there is an extensive `misc-fixed' iso10646-1 |
163 in the default X installation.) Perhaps also see | 163 in the default X installation.) Perhaps also see |
164 <URL:http://www.cl.cam.ac.uk/%7Emgk25/ucs-fonts.html>. | 164 <URL:http://www.cl.cam.ac.uk/%7Emgk25/ucs-fonts.html>. |
165 | 165 |
166 <URL:http://czyborra.com/charsets/> has basic fonts for Emacs's | 166 <URL:http://czyborra.com/charsets/> has basic fonts for Emacs's |
167 ISO-8859 charsets. | 167 ISO-8859 charsets. |
168 | 168 |
169 XFree86 release 4 (from <URL:ftp://ftp.xfree86.org/> and mirrors) | 169 XFree86 release 4 (from <URL:ftp://ftp.xfree86.org/pub/XFree86/> and mirrors) |
170 contains font support for most, if not all, of the charsets that Emacs | 170 contains font support for most, if not all, of the charsets that Emacs |
171 currently supports, including iso10646-1 encoded fonts for use with | 171 currently supports, including iso10646-1 encoded fonts for use with |
172 the mule-unicode charsets. The font files should also be usable with | 172 the mule-unicode charsets. The font files should also be usable with |
173 older X releases. Note that XFree 4 contains many iso10646-1 fonts | 173 older X releases. Note that XFree 4 contains many iso10646-1 fonts |
174 with minimal character repertoires, which can cause problems -- see | 174 with minimal character repertoires, which can cause problems -- see |
175 etc/PROBLEMS. | 175 etc/PROBLEMS. |
176 | 176 |
177 BDF fonts etl-unicode.tar.gz used by ps-print and ps-mule to print | 177 BDF fonts etl-unicode.tar.gz used by ps-print and ps-mule to print |
178 Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/> | 178 Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/> |
179 and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>. | 179 and <URL:ftp://ftp.xfree86.org/pub/mirror/X.Org/contrib/fonts/>. |
180 | 180 |
181 * GNU/Linux development packages | 181 * GNU/Linux development packages |
182 | 182 |
183 Many GNU/Linux systems do not come with development packages by | 183 Many GNU/Linux systems do not come with development packages by |
184 default; they just include the files that you need to run Emacs, but | 184 default; they just include the files that you need to run Emacs, but |