diff options
| author | Jason Rumney | 2003-02-02 00:14:19 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-02-02 00:14:19 +0000 |
| commit | 752ead61a64ed2af576e7c521cc2ff3f01ca097a (patch) | |
| tree | fdf30d1f48a35ed9a8573ec374e359aa7b59e4ac /nt | |
| parent | 5d54d177cfbfc7cfbb5e93d354e1b3422f92d184 (diff) | |
| download | emacs-752ead61a64ed2af576e7c521cc2ff3f01ca097a.tar.gz emacs-752ead61a64ed2af576e7c521cc2ff3f01ca097a.zip | |
More image notes.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index fd44faf943e..46b831f4292 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -77,18 +77,22 @@ | |||
| 77 | 77 | ||
| 78 | * Optional image library support | 78 | * Optional image library support |
| 79 | 79 | ||
| 80 | To build Emacs with support for PNG image, the libpng and zlib | 80 | To build Emacs with support for PNG images, the libpng and zlib |
| 81 | headers must be in the include path when the configure script is | 81 | headers must be in the include path when the configure script is |
| 82 | run. Likewise, the jpeg headers must be in the include path for | 82 | run. This can be setup using environment variables, or by |
| 83 | JPEG support. This can be setup using environment variables, or by | ||
| 84 | specifying --cflags -I... options on the command-line to | 83 | specifying --cflags -I... options on the command-line to |
| 85 | configure.bat. The configure script will report whether it was able | 84 | configure.bat. Similarly, the jpeg-6b, libXpm, tiff and libungif |
| 86 | to detect the headers. | 85 | headers need to be in the include path for support for those image |
| 86 | formats to work. The configure script will report whether it was | ||
| 87 | able to detect the headers. | ||
| 87 | 88 | ||
| 88 | To use the PNG support, zlib.dll (or zlibd.dll) and libpng.dll (or | 89 | To use the PNG support, zlib.dll (or zlibd.dll) and libpng.dll (or |
| 89 | libpng13.dll, or libpng13d.dll) must be on the PATH or in the same | 90 | libpng13.dll, or libpng13d.dll) must be on the PATH or in the same |
| 90 | directory as emacs.exe when Emacs is started. For JPEG support, | 91 | directory as emacs.exe when Emacs is started. Similar instructions |
| 91 | jpeg.dll must be on the path or emacs.exe directory. | 92 | apply for other image libraries. Note that tiff support depends on |
| 93 | the jpeg library. If you did not compile the libraries yourself, you | ||
| 94 | must make sure that the jpeg library you install is the same one | ||
| 95 | that the tiff library was compiled against. | ||
| 92 | 96 | ||
| 93 | * Building | 97 | * Building |
| 94 | 98 | ||