comparison INSTALL @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 2cbb0b823e83
children e09f7a4a26cd
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
57 57
58 4. If you need to run the `configure' script more than once (e.g., 58 4. If you need to run the `configure' script more than once (e.g.,
59 with some non-default options), always clean the source 59 with some non-default options), always clean the source
60 directories before running `configure' again: 60 directories before running `configure' again:
61 61
62 make distclean 62 make distclean
63 ./configure 63 ./configure
64 64
65 5. Invoke the `make' program: 65 5. Invoke the `make' program:
66 66
67 make 67 make
125 colored icons in the toolbar if XPM support is not compiled in. 125 colored icons in the toolbar if XPM support is not compiled in.
126 126
127 Here's the list of these optional libraries, and the URLs where they 127 Here's the list of these optional libraries, and the URLs where they
128 can be found: 128 can be found:
129 129
130 . libXaw3d for fancy 3D-style 130 . libXaw3d for fancy 3D-style
131 scroll bars: ftp://ftp.x.org/contrib/widgets/Xaw3d/ 131 scroll bars: ftp://ftp.x.org/contrib/widgets/Xaw3d/
132 . libxpm for XPM: ftp://ftp.x.org/contrib/libraries/ 132 . libxpm for XPM: ftp://ftp.x.org/contrib/libraries/
133 Get version 3.4k or later, which lets Emacs 133 Get version 3.4k or later, which lets Emacs
134 use its own color allocation functions. 134 use its own color allocation functions.
135 . libpng for PNG: ftp://www.libpng.org/pub/png/ 135 . libpng for PNG: ftp://www.libpng.org/pub/png/
136 . libz (for PNG): http://www.info-zip.org/pub/infozip/zlib/ 136 . libz (for PNG): http://www.info-zip.org/pub/infozip/zlib/
137 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/ 137 . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/
138 Get version 6b -- 6a is reported to fail in 138 Get version 6b -- 6a is reported to fail in
139 Emacs. 139 Emacs.
140 . libtiff for TIFF: http://www.libtiff.org/ 140 . libtiff for TIFF: http://www.libtiff.org/
141 . libungif for GIF: 141 . libungif for GIF:
142 http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml 142 http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml
143 Ensure you get version 4.1.0b1 or higher of libungif -- a bug in 143 Ensure you get version 4.1.0b1 or higher of libungif -- a bug in
144 4.1.0 can crash Emacs. 144 4.1.0 can crash Emacs.
145 145
146 Emacs will configure itself to build with these libraries if the 146 Emacs will configure itself to build with these libraries if the
224 a program whose pure code is 1.5 MB and whose data area is at 224 a program whose pure code is 1.5 MB and whose data area is at
225 least 2.8 MB and can reach 100 MB or more. If the swapping space is 225 least 2.8 MB and can reach 100 MB or more. If the swapping space is
226 insufficient, you will get an error in the command `temacs -batch -l 226 insufficient, you will get an error in the command `temacs -batch -l
227 loadup dump', found in `./src/Makefile.in', or possibly when 227 loadup dump', found in `./src/Makefile.in', or possibly when
228 running the final dumped Emacs. 228 running the final dumped Emacs.
229 229
230 Building Emacs requires about 140 MB of disk space (including the 230 Building Emacs requires about 140 MB of disk space (including the
231 Emacs sources) Once installed, Emacs occupies about 77 MB in the file 231 Emacs sources) Once installed, Emacs occupies about 77 MB in the file
232 system where it is installed; this includes the executable files, Lisp 232 system where it is installed; this includes the executable files, Lisp
233 libraries, miscellaneous data files, and on-line documentation. If 233 libraries, miscellaneous data files, and on-line documentation. If
234 the building and installation take place in different directories, 234 the building and installation take place in different directories,
580 `libexecdir' indicates where to put architecture-specific data files that 580 `libexecdir' indicates where to put architecture-specific data files that
581 Emacs refers to as it runs; it defaults to `/usr/local/libexec'. 581 Emacs refers to as it runs; it defaults to `/usr/local/libexec'.
582 We create the following subdirectories under `libexecdir': 582 We create the following subdirectories under `libexecdir':
583 - `emacs/VERSION/CONFIGURATION-NAME', containing executable 583 - `emacs/VERSION/CONFIGURATION-NAME', containing executable
584 programs used by Emacs that users are not expected to run 584 programs used by Emacs that users are not expected to run
585 themselves. 585 themselves.
586 `VERSION' is the number of the Emacs version you are installing, 586 `VERSION' is the number of the Emacs version you are installing,
587 and `CONFIGURATION-NAME' is the argument you gave to the 587 and `CONFIGURATION-NAME' is the argument you gave to the
588 `configure' program to identify the architecture and operating 588 `configure' program to identify the architecture and operating
589 system of your machine, like `mips-dec-ultrix' or 589 system of your machine, like `mips-dec-ultrix' or
590 `sparc-sun-sunos'. Since these files are specific to the version 590 `sparc-sun-sunos'. Since these files are specific to the version