aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-10-14 17:18:15 -0400
committerGlenn Morris2014-10-14 17:18:15 -0400
commite01955dfb3f1f47a11c9f1f907ef9234987f47d4 (patch)
treea7c3a55c12f75e0fbce6bffe2500fc6a3bbbdd71
parentad7abc3fce746d1cd5a127f3dffacf9ee4c0567b (diff)
downloademacs-e01955dfb3f1f47a11c9f1f907ef9234987f47d4.tar.gz
emacs-e01955dfb3f1f47a11c9f1f907ef9234987f47d4.zip
More INSTALL trivia
-rw-r--r--INSTALL20
1 files changed, 3 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index 1a714690c0d..2f4f41773c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,5 @@
1GNU Emacs Installation Guide 1GNU Emacs Installation Guide
2Copyright (C) 1992, 1994, 1996-1997, 2000-2014 Free Software Foundation, 2Copyright (C) 1992, 1994, 1996-1997, 2000-2014 Free Software Foundation, Inc.
3Inc.
4See the end of the file for license conditions. 3See the end of the file for license conditions.
5 4
6 5
@@ -209,20 +208,7 @@ DETAILED BUILDING AND INSTALLATION:
209see msdos/INSTALL. For later versions of MS Windows, see the file 208see msdos/INSTALL. For later versions of MS Windows, see the file
210nt/INSTALL. For GNUstep and Mac OS X, see nextstep/INSTALL.) 209nt/INSTALL. For GNUstep and Mac OS X, see nextstep/INSTALL.)
211 210
2121) Make sure your system has enough swapping space allocated to handle 2111) See the basic installation summary above for the disk space requirements.
213a program whose pure code is 1.5 MB and whose data area is at
214least 2.8 MB and can reach 100 MB or more. If the swapping space is
215insufficient, you will get an error in the command `temacs -batch -l
216loadup dump', found in `./src/Makefile.in', or possibly when
217running the final dumped Emacs. (This should not be an issue
218on any recent system.)
219
220Building Emacs requires about 230 MB of disk space (including the
221Emacs sources). Once installed, Emacs occupies about 120 MB in the file
222system where it is installed; this includes the executable files, Lisp
223libraries, miscellaneous data files, and on-line documentation. If
224the building and installation take place in different directories,
225then the installation procedure momentarily requires 230+120 MB.
226 212
2272) In the unlikely event that `configure' does not detect your system 2132) In the unlikely event that `configure' does not detect your system
228type correctly, consult `./etc/MACHINES' to see what --host, --build 214type correctly, consult `./etc/MACHINES' to see what --host, --build
@@ -262,7 +248,7 @@ Gtk or Motif, if you have the Xaw3d library installed (see
262 248
263You can tell configure where to search for GTK by specifying 249You can tell configure where to search for GTK by specifying
264`--with-pkg-config-prog=PATH' where PATH is the pathname to 250`--with-pkg-config-prog=PATH' where PATH is the pathname to
265pkg-config. Note that GTK version 2.6 or newer is required for Emacs. 251pkg-config.
266 252
267Emacs will autolaunch a D-Bus session bus, when the environment 253Emacs will autolaunch a D-Bus session bus, when the environment
268variable DISPLAY is set, but no session bus is running. This might be 254variable DISPLAY is set, but no session bus is running. This might be