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