]> code.delx.au - gnu-emacs/blobdiff - INSTALL
2002-08-04 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 9aad585809e3e9c22f4037815f96ca5b161d57ee..f4c233eb9d539142f125cac5d062a142859415a8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -165,6 +165,10 @@ contains font support for most, if not all, of the charsets that Emacs
 supports.  The font files should be usable separately with older X
 releases.
 
+BDF fonts etl-unicode.tar.gz used by ps-print and ps-mule to print
+Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/>
+and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>.
+
 
 DETAILED BUILDING AND INSTALLATION:
 
@@ -175,17 +179,17 @@ mac/INSTALL.)
 
 1) Make sure your system has enough swapping space allocated to handle
 a program whose pure code is 1.5 MB and whose data area is at
-least 2.5 MB and can reach 80 MB or more.  If the swapping space is
+least 2.8 MB and can reach 100 MB or more.  If the swapping space is
 insufficient, you will get an error in the command `temacs -batch -l
 loadup dump', found in `./src/Makefile.in', or possibly when
 running the final dumped Emacs.
  
-Building Emacs requires about 130 MB of disk space (including the
-Emacs sources) Once installed, Emacs occupies about 70 MB in the file
+Building Emacs requires about 140 MB of disk space (including the
+Emacs sources) Once installed, Emacs occupies about 77 MB in the file
 system where it is installed; this includes the executable files, Lisp
 libraries, miscellaneous data files, and on-line documentation.  If
 the building and installation take place in different directories,
-then the installation procedure momentarily requires 130+70 MB.
+then the installation procedure momentarily requires 140+77 MB.
 
 2) Consult `./etc/MACHINES' to see what configuration name you should
 give to the `configure' program.  That file offers hints for
@@ -263,7 +267,7 @@ or more of these options:
 Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d
 scroll bars.  --without-xim disables the use of X Input Methods, and
 --disable-largefile omits support for files larger than 2GB on systems
-which support that.
+which support that.  Use --without-sound to disable sound support.
 
 The `--prefix=PREFIXDIR' option specifies where the installation process
 should put emacs and its data files.  This defaults to `/usr/local'.
@@ -634,7 +638,7 @@ from the corresponding `Makefile.in' files.  This isn't so hard,
 just a matter of substitution.
 
 The `configure' script is built from `configure.in' by the `autoconf'
-program.  You need version 2.8 or newer of `autoconf' to rebuild
+program.  You need version 2.51 or newer of `autoconf' to rebuild
 `configure'.
 
 BUILDING GNU EMACS BY HAND