Mercurial > emacs
comparison nt/INSTALL @ 49565:f728725eb539
More image notes.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 02 Feb 2003 00:14:19 +0000 |
parents | 5ddabc4c81b0 |
children | 23a1cea22d13 |
comparison
equal
deleted
inserted
replaced
49564:0887554be235 | 49565:f728725eb539 |
---|---|
75 is running, when gcc support is being tested. These cannot be | 75 is running, when gcc support is being tested. These cannot be |
76 surpressed because of limitations in the Windows 9x command.com shell. | 76 surpressed because of limitations in the Windows 9x command.com shell. |
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 |
95 After running configure, simply run the appropriate `make' program for | 99 After running configure, simply run the appropriate `make' program for |
96 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is | 100 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is |