comparison INSTALL @ 33639:26131b1a1dc1

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Nov 2000 14:40:46 +0000
parents 99b7b88db80c
children 22b21b3ab3b0
comparison
equal deleted inserted replaced
33638:ccf9c0dda952 33639:26131b1a1dc1
92 92
93 93
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
115 getting around some possible installation problems. 117 getting around some possible installation problems.
116 118