Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
752ead61
Commit
752ead61
authored
Feb 02, 2003
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More image notes.
parent
5d54d177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
nt/INSTALL
nt/INSTALL
+11
-7
No files found.
nt/INSTALL
View file @
752ead61
...
...
@@ -77,18 +77,22 @@
* Optional image library support
To build Emacs with support for PNG image, the libpng and zlib
To build Emacs with support for PNG image
s
, the libpng and zlib
headers must be in the include path when the configure script is
run. Likewise, the jpeg headers must be in the include path for
JPEG support. This can be setup using environment variables, or by
run. This can be setup using environment variables, or by
specifying --cflags -I... options on the command-line to
configure.bat. The configure script will report whether it was able
to detect the headers.
configure.bat. Similarly, the jpeg-6b, libXpm, tiff and libungif
headers need to be in the include path for support for those image
formats to work. The configure script will report whether it was
able to detect the headers.
To use the PNG support, zlib.dll (or zlibd.dll) and libpng.dll (or
libpng13.dll, or libpng13d.dll) must be on the PATH or in the same
directory as emacs.exe when Emacs is started. For JPEG support,
jpeg.dll must be on the path or emacs.exe directory.
directory as emacs.exe when Emacs is started. Similar instructions
apply for other image libraries. Note that tiff support depends on
the jpeg library. If you did not compile the libraries yourself, you
must make sure that the jpeg library you install is the same one
that the tiff library was compiled against.
* Building
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment