Mercurial > emacs
comparison INSTALL @ 42221:1af7ce62a225
Update Emacs memory and disk usage numbers.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 21 Dec 2001 10:22:39 +0000 |
parents | a85200bb3831 |
children | f8555eb1fe49 |
comparison
equal
deleted
inserted
replaced
42220:62671693b79f | 42221:1af7ce62a225 |
---|---|
173 and Windows 2000, see the file nt/INSTALL. For the Mac, see the file | 173 and Windows 2000, see the file nt/INSTALL. For the Mac, see the file |
174 mac/INSTALL.) | 174 mac/INSTALL.) |
175 | 175 |
176 1) Make sure your system has enough swapping space allocated to handle | 176 1) Make sure your system has enough swapping space allocated to handle |
177 a program whose pure code is 1.5 MB and whose data area is at | 177 a program whose pure code is 1.5 MB and whose data area is at |
178 least 2.5 MB and can reach 80 MB or more. If the swapping space is | 178 least 2.8 MB and can reach 100 MB or more. If the swapping space is |
179 insufficient, you will get an error in the command `temacs -batch -l | 179 insufficient, you will get an error in the command `temacs -batch -l |
180 loadup dump', found in `./src/Makefile.in', or possibly when | 180 loadup dump', found in `./src/Makefile.in', or possibly when |
181 running the final dumped Emacs. | 181 running the final dumped Emacs. |
182 | 182 |
183 Building Emacs requires about 130 MB of disk space (including the | 183 Building Emacs requires about 140 MB of disk space (including the |
184 Emacs sources) Once installed, Emacs occupies about 70 MB in the file | 184 Emacs sources) Once installed, Emacs occupies about 77 MB in the file |
185 system where it is installed; this includes the executable files, Lisp | 185 system where it is installed; this includes the executable files, Lisp |
186 libraries, miscellaneous data files, and on-line documentation. If | 186 libraries, miscellaneous data files, and on-line documentation. If |
187 the building and installation take place in different directories, | 187 the building and installation take place in different directories, |
188 then the installation procedure momentarily requires 130+70 MB. | 188 then the installation procedure momentarily requires 140+77 MB. |
189 | 189 |
190 2) Consult `./etc/MACHINES' to see what configuration name you should | 190 2) Consult `./etc/MACHINES' to see what configuration name you should |
191 give to the `configure' program. That file offers hints for | 191 give to the `configure' program. That file offers hints for |
192 getting around some possible installation problems. The file lists | 192 getting around some possible installation problems. The file lists |
193 many different configurations, but only the part for your machine and | 193 many different configurations, but only the part for your machine and |