diff options
| author | Glenn Morris | 2014-10-14 19:42:58 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-14 19:42:58 -0700 |
| commit | 924a09e9161c05d9d69d85fa102910b10ece372f (patch) | |
| tree | a6db955854aaf2da0c0353a7465639aa6245b7d5 /INSTALL | |
| parent | 10fff83762262ec4d5f571e26069d37162ba514d (diff) | |
| parent | 6d81466ac65eb84cb77eaa73e589628b5afcb963 (diff) | |
| download | emacs-924a09e9161c05d9d69d85fa102910b10ece372f.tar.gz emacs-924a09e9161c05d9d69d85fa102910b10ece372f.zip | |
Merge from emacs-24; up to 2014-07-27T09:41:59Z!ttn@gnu.org
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 27 |
1 files changed, 6 insertions, 21 deletions
| @@ -1,6 +1,5 @@ | |||
| 1 | GNU Emacs Installation Guide | 1 | GNU Emacs Installation Guide |
| 2 | Copyright (C) 1992, 1994, 1996-1997, 2000-2014 Free Software Foundation, | 2 | Copyright (C) 1992, 1994, 1996-1997, 2000-2014 Free Software Foundation, Inc. |
| 3 | Inc. | ||
| 4 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 5 | 4 | ||
| 6 | 5 | ||
| @@ -34,9 +33,9 @@ some of the steps manually. The more detailed description in the other | |||
| 34 | sections of this guide will help you do that, so please refer to those | 33 | sections of this guide will help you do that, so please refer to those |
| 35 | sections if you need to. | 34 | sections if you need to. |
| 36 | 35 | ||
| 37 | 1. Unpacking the Emacs 24.1 release requires about 180 MB of free | 36 | 1. Unpacking the Emacs 24 release requires about 200 MB of free |
| 38 | disk space. Building Emacs uses about another 70 MB of space. | 37 | disk space. Building Emacs uses about another 200 MB of space. |
| 39 | The final installed Emacs uses about 110 MB of disk space. | 38 | The final installed Emacs uses about 150 MB of disk space. |
| 40 | This includes the space-saving that comes from automatically | 39 | This includes the space-saving that comes from automatically |
| 41 | compressing the Lisp source files on installation. | 40 | compressing the Lisp source files on installation. |
| 42 | 41 | ||
| @@ -212,20 +211,7 @@ DETAILED BUILDING AND INSTALLATION: | |||
| 212 | see msdos/INSTALL. For later versions of MS Windows, see the file | 211 | see msdos/INSTALL. For later versions of MS Windows, see the file |
| 213 | nt/INSTALL. For GNUstep and Mac OS X, see nextstep/INSTALL.) | 212 | nt/INSTALL. For GNUstep and Mac OS X, see nextstep/INSTALL.) |
| 214 | 213 | ||
| 215 | 1) Make sure your system has enough swapping space allocated to handle | 214 | 1) See the basic installation summary above for the disk space requirements. |
| 216 | a program whose pure code is 1.5 MB and whose data area is at | ||
| 217 | least 2.8 MB and can reach 100 MB or more. If the swapping space is | ||
| 218 | insufficient, you will get an error in the command `temacs -batch -l | ||
| 219 | loadup dump', found in `./src/Makefile.in', or possibly when | ||
| 220 | running the final dumped Emacs. (This should not be an issue | ||
| 221 | on any recent system.) | ||
| 222 | |||
| 223 | Building Emacs requires about 230 MB of disk space (including the | ||
| 224 | Emacs sources). Once installed, Emacs occupies about 120 MB in the file | ||
| 225 | system where it is installed; this includes the executable files, Lisp | ||
| 226 | libraries, miscellaneous data files, and on-line documentation. If | ||
| 227 | the building and installation take place in different directories, | ||
| 228 | then the installation procedure momentarily requires 230+120 MB. | ||
| 229 | 215 | ||
| 230 | 2) In the unlikely event that `configure' does not detect your system | 216 | 2) In the unlikely event that `configure' does not detect your system |
| 231 | type correctly, consult `./etc/MACHINES' to see what --host, --build | 217 | type correctly, consult `./etc/MACHINES' to see what --host, --build |
| @@ -264,8 +250,7 @@ Gtk or Motif, if you have the Xaw3d library installed (see | |||
| 264 | "Image support libraries" above for Xaw3d availability). | 250 | "Image support libraries" above for Xaw3d availability). |
| 265 | 251 | ||
| 266 | You can tell configure where to search for GTK by giving it the | 252 | You can tell configure where to search for GTK by giving it the |
| 267 | argument PKG_CONFIG='/full/name/of/pkg-config'. GTK version 2.6 or | 253 | argument PKG_CONFIG='/full/name/of/pkg-config'. |
| 268 | newer is required for Emacs. | ||
| 269 | 254 | ||
| 270 | Emacs will autolaunch a D-Bus session bus, when the environment | 255 | Emacs will autolaunch a D-Bus session bus, when the environment |
| 271 | variable DISPLAY is set, but no session bus is running. This might be | 256 | variable DISPLAY is set, but no session bus is running. This might be |