diff options
| author | Ramprasad B | 2006-03-28 08:31:41 +0000 |
|---|---|---|
| committer | Ramprasad B | 2006-03-28 08:31:41 +0000 |
| commit | 1ab1d7c494491ce3f4f2fa3c5fb6f54710b11c61 (patch) | |
| tree | d2e458c9257100b5008a328cba7c30a64699e0d4 /INSTALL | |
| parent | a59be14811348398d8d147f8f68a0e7e277aa84b (diff) | |
| download | emacs-1ab1d7c494491ce3f4f2fa3c5fb6f54710b11c61.tar.gz emacs-1ab1d7c494491ce3f4f2fa3c5fb6f54710b11c61.zip | |
updated broken link(s)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -132,14 +132,14 @@ can be found: | |||
| 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 | ||
| @@ -157,7 +157,7 @@ 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 |
| @@ -166,7 +166,7 @@ in the default X installation.) Perhaps also see | |||
| 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 |
| @@ -176,7 +176,7 @@ 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 | ||