aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL20
2 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index a61eb42ba84..6ff70aa5015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12000-11-20 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in: Use -traditional with GNU cpp.
4
12000-11-17 Gerd Moellmann <gerd@gnu.org> 52000-11-17 Gerd Moellmann <gerd@gnu.org>
2 6
3 * make-dist: Handle the Mac port. Distribute all makefile.w32-in. 7 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
diff --git a/INSTALL b/INSTALL
index 0f41966bf51..f35791e6994 100644
--- a/INSTALL
+++ b/INSTALL
@@ -94,21 +94,23 @@ to be built with these libraries. See below for more details.
94BUILDING AND INSTALLATION: 94BUILDING AND INSTALLATION:
95 95
96(This is for a Unix or Unix-like system. For MSDOS, see below; search 96(This is for a Unix or Unix-like system. For MSDOS, see below; search
97for MSDOG. For Windows NT or Windows 95, see the file nt/INSTALL.) 97for MSDOG. For Windows NT or Windows 95, see the file nt/INSTALL.
98For the Mac, see the file mac/INSTALL.)
98 99
991) Make sure your system has enough swapping space allocated to handle 1001) Make sure your system has enough swapping space allocated to handle
100a program whose pure code is 900k bytes and whose data area is at 101a program whose pure code is 1.5 MB and whose data area is at
101least 400k and can reach 8Mb or more. If the swapping space is 102least 2.5 MB and can reach 80 MB or more. If the swapping space is
102insufficient, you will get an error in the command `temacs -batch -l 103insufficient, you will get an error in the command `temacs -batch -l
103loadup dump', found in `./src/Makefile.in', or possibly when 104loadup dump', found in `./src/Makefile.in', or possibly when
104running the final dumped Emacs. 105running the final dumped Emacs.
105 106
106Building Emacs requires about 70 Mb of disk space (including the Emacs 107Building Emacs requires about 95 MB of disk space (including the Emacs
107sources). Once installed, Emacs occupies about 35 Mb in the file 108sources), or 130 MB if Leim is used. Once installed, Emacs occupies
108system where it is installed; this includes the executable files, Lisp 109about 60 MB (70 MB with Leim) in the file system where it is
109libraries, miscellaneous data files, and on-line documentation. If 110installed; this includes the executable files, Lisp libraries,
110the building and installation take place in different directories, 111miscellaneous data files, and on-line documentation. If the building
111then the installation procedure momentarily requires 70+35 Mb. 112and installation take place in different directories, then the
113installation procedure momentarily requires 95+60 MB (130+170 MB).
112 114
1132) Consult `./etc/MACHINES' to see what configuration name you should 1152) Consult `./etc/MACHINES' to see what configuration name you should
114give to the `configure' program. That file offers hints for 116give to the `configure' program. That file offers hints for