Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45e680a8
Commit
45e680a8
authored
Oct 16, 2000
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Describe the new --with-FOO options for building with image support.
Minor changes in the MSDOG section.
parent
483de32b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
4 deletions
+40
-4
ChangeLog
ChangeLog
+5
-0
INSTALL
INSTALL
+35
-4
No files found.
ChangeLog
View file @
45e680a8
2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
* INSTALL: Describe the new image-support options to the configure
script. List URLs where image support libraries can be found.
2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
* info/dir (Top): Add an entry for Eshell.
...
...
INSTALL
View file @
45e680a8
...
...
@@ -73,6 +73,23 @@ that file `dir' in this directory contains an entry like this:
* Elisp: (elisp). The Emacs Lisp Reference Manual.
* Image support libraries
Emacs needs optional libraries to be able to display images (with the
exception of PBM images whose support is built-in). Here'
s
the
list
of
these
optional
libraries
,
and
the
URLs
where
they
can
be
found
:
.
libxpm
for
XPM
:
ftp
://
ftp
.
x
.
org
/
contrib
/
libraries
/
.
libpng
for
PNG
:
ftp
://
www
.
libpng
.
org
/
pub
/
png
/
.
Zlib
(
for
PNG
):
http
://
www
.
info
-
zip
.
org
/
pub
/
infozip
/
zlib
/
.
libjpeg
for
JPEG
:
ftp
://
ftp
.
uu
.
net
/
graphics
/
jpeg
/
.
libtiff
for
TIFF
:
http
://
www
.
libtiff
.
org
/
.
libungif
for
GIF
:
http
://
prtr
-
13.u
csc
.
edu
/~
badger
/
software
/
libungif
/
index
.
shtml
Emacs
needs
to
be
configured
with
the
appropriate
--
with
-
LIB
option
,
to
be
built
with
these
libraries
.
See
below
for
more
details
.
BUILDING
AND
INSTALLATION
:
...
...
@@ -128,7 +145,8 @@ To get more attractive menus, you can specify an X toolkit when you
configure Emacs; use the option `--with-x-toolkit=TOOLKIT'
,
where
TOOLKIT
is
`
athena
' or `motif'
(`
yes
' and `lucid'
are
synonyms
for
`
athena
'). On some systems, it does not work to use a toolkit with
shared
libraries
.
shared libraries. A free implementation of Motif, called LessTif, is
available ftom <http://www.lesstif.org>.
The `--with-gcc'
option
specifies
that
the
build
process
should
compile
Emacs
using
GCC
.
If
you
don
't want to use GCC, specify
...
...
@@ -143,6 +161,19 @@ add `--with-hesiod'. These options enable Emacs to use POP; whether
Emacs
uses
POP
is
controlled
by
individual
users
--
see
the
Rmail
chapter
of
the
Emacs
manual
.
For
get
Emacs
with
image
support
,
use
one
or
more
of
these
options
:
--
with
-
xpm
for
XPM
image
support
--
with
-
jpeg
for
JPEG
image
support
--
with
-
tiff
for
TIFF
image
support
--
with
-
gif
for
GIF
image
support
--
with
-
png
for
PNG
image
support
You
will
have
to
download
,
build
,
and
install
the
appropriate
image
support
libraries
,
see
the
list
of
URLs
in
"ADDITIONAL DISTRIBUTION
FILES"
above
.
(
Note
that
configuring
--
with
-
png
requires
Zlib
in
addition
to
libpng
.)
The
`--
prefix
=
PREFIXDIR
' option specifies where the installation process
should put emacs and its data files. This defaults to `/usr/local'
.
-
Emacs
(
and
the
other
utilities
users
run
)
go
in
PREFIXDIR
/
bin
...
...
@@ -599,7 +630,7 @@ into problems during the build process.)
It is important to understand that the runtime support of long file
names by the Emacs binary is NOT affected by the LFN setting during
compilation; Emacs compiled with DJGPP v2.0 or later will always
support
long
file
names
on
Windows
9
5
no
matter
what
was
the
setting
support long file names on Windows 9
X
no matter what was the setting
of LFN at compile time. However, if you compiled with LFN disabled
and want to enable LFN support after Emacs was already built, you need
to make sure that the support files in the lisp, etc and info
...
...
@@ -677,5 +708,5 @@ work. Synchronous subprocesses do work.
Version
2.0
of
djgpp
has
two
bugs
that
affect
Emacs
.
We
've included
corrected versions of two files from djgpp in the msdos subdirectory:
is_exec.c and sigaction.c. To work around the bugs, compile these
files
and
link
them
into
temacs
.
Djgpp
version
2.01
have
these
bugs
fixed
,
so
upgrade
if
you
can
before
building
Emacs
.
files and link them into temacs. Djgpp version
s
2.01
and later have
these bugs
fixed, so upgrade if you can before building Emacs.
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