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
4e98f5a6
Commit
4e98f5a6
authored
Jan 04, 2001
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks to configure instructions and saving space.
parent
bb2628a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
INSTALL
INSTALL
+11
-6
No files found.
INSTALL
View file @
4e98f5a6
...
...
@@ -41,7 +41,8 @@ that, so please refer to them if the simple procedure does not work.
SOURCE
-
DIR
/
configure
where
SOURCE
-
DIR
is
the
top
-
level
Emacs
source
directory
.
where
SOURCE
-
DIR
is
the
top
-
level
Emacs
source
directory
.
This
may
not
work
unless
you
use
GNU
make
.
4.
When
`
configure
' finishes, it prints several lines of details
about the system configuration. Read those details carefully
...
...
@@ -55,8 +56,8 @@ that, so please refer to them if the simple procedure does not work.
to
DETAILED
BUILDING
AND
INSTALLATION
section
below
.
If
`
configure
' didn'
t
find
some
image
support
libraries
,
such
as
Xpm
,
jpeg
,
etc
.,
refer
to
the
subsection
"Image support
libraries"
,
below
.
Xpm
,
jpeg
,
etc
.,
and
you
want
to
use
them
refer
to
the
subsection
"Image support
libraries"
,
below
.
If
the
details
printed
by
`
configure
' don'
t
make
any
sense
to
you
,
assume
that
`
configure
' did its job and proceed.
...
...
@@ -90,6 +91,10 @@ that, so please refer to them if the simple procedure does not work.
make
clean
You
can
also
save
some
space
by
compressing
(
with
`
gzip
') Info files
and installed Lisp source (.el) files which have corresponding .elc
versions.
ADDITIONAL DISTRIBUTION FILES
...
...
@@ -348,8 +353,8 @@ preprocessor, CFLAGS are compilation options, LDFLAGS are options used
when linking, LIBS are libraries to link against, and CC is the
command which invokes the compiler.
Here
's an example of a `configure'
invocation
which
uses
thes
e
variables
:
Here'
s
an
example
of
a
`
configure
' invocation
, assuming a Bourne-lik
e
shell such as Bash, which uses these
variables:
CPPFLAGS='
-
I
/
foo
/
myinclude
' LDFLAGS='
-
L
/
bar
/
mylib
' \
CFLAGS='
-
O3
' LIBS='
-
lfoo
-
lbar
' ./configure
...
...
@@ -842,7 +847,7 @@ sibling directory called bin. For example, if you build in directory
subdirectories
/
emacs
/
src
and
/
emacs
/
lib
-
src
if
you
wish
.
The
only
subdirectories
you
need
to
keep
are
bin
,
lisp
,
etc
and
info
.
(
If
you
installed
Leim
,
keep
the
leim
subdirectory
,
and
if
you
installed
intlfonts, keep the fonts directory and all its s
i
bdirectories as well.)
intlfonts
,
keep
the
fonts
directory
and
all
its
s
u
bdirectories
as
well
.)
The
bin
subdirectory
should
be
added
to
your
PATH
.
The
msdos
subdirectory
includes
a
PIF
and
an
icon
file
for
Emacs
which
you
might
find
useful
if
you
run
Emacs
under
MS
Windows
.
...
...
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