Document that GNU Make >= 3.81 is required to build Emacs
* doc/lispref/internals.texi (Building Emacs): Document that GNU Make 3.81 or later is now required.
This commit is contained in:
parent
e7f2c91bd1
commit
07742820e4
2 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,9 @@ executable. You don't have to know this material to build and install
|
|||
Emacs, since the makefiles do all these things automatically. This
|
||||
information is pertinent to Emacs developers.
|
||||
|
||||
Compilation of the C source files in the @file{src} directory
|
||||
Building Emacs requires GNU Make version 3.81 or later.
|
||||
|
||||
Compilation of the C source files in the @file{src} directory
|
||||
produces an executable file called @file{temacs}, also called a
|
||||
@dfn{bare impure Emacs}. It contains the Emacs Lisp interpreter and
|
||||
I/O routines, but not the editing commands.
|
||||
|
|
1
etc/NEWS
1
etc/NEWS
|
@ -28,6 +28,7 @@ otherwise leave it unmarked.
|
|||
+++
|
||||
** Building Emacs now requires C99 or later.
|
||||
|
||||
+++
|
||||
** Building Emacs now requires GNU make, version 3.81 or later.
|
||||
|
||||
** New configure option --with-cairo.
|
||||
|
|
Loading…
Add table
Reference in a new issue