comparison INSTALL @ 80801:d823156fd547

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (base, patch 1-2) - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE 2007-04-25 Richard Stallman <rms@gnu.org> * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'. 2007-04-24 Richard Stallman <rms@gnu.org> * lispref/text.texi (Special Properties): Add xref to Overlay Properties. * lispref/display.texi (Overlay Properties): Add xref to Special Properties. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716
author Miles Bader <miles@gnu.org>
date Sat, 28 Apr 2007 03:47:01 +0000
parents ea1660303af7 a04ea5f96dad
children b98604865ea0
comparison
equal deleted inserted replaced
77525:591a9ac5b183 80801:d823156fd547
296 --without-tiff for TIFF image support 296 --without-tiff for TIFF image support
297 --without-gif for GIF image support 297 --without-gif for GIF image support
298 --without-png for PNG image support 298 --without-png for PNG image support
299 299
300 Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d 300 Use --without-toolkit-scroll-bars to disable LessTif/Motif or Xaw3d
301 scroll bars. 301 scroll bars.
302 302
303 Use --without-xim to inhibit the default use of X Input Methods. In 303 Use --without-xim to inhibit the default use of X Input Methods. In
304 this case, the X resource useXIM can be used to turn on use of XIM. 304 this case, the X resource useXIM can be used to turn on use of XIM.
305 305
306 Use --disable-largefile omits support for files larger than 2GB on 306 Use --disable-largefile omits support for files larger than 2GB on
307 systems which support that. 307 systems which support that.
308 308
309 Use --without-sound to disable sound support. 309 Use --without-sound to disable sound support.
310 310
311 The `--prefix=PREFIXDIR' option specifies where the installation process 311 The `--prefix=PREFIXDIR' option specifies where the installation process
312 should put emacs and its data files. This defaults to `/usr/local'. 312 should put emacs and its data files. This defaults to `/usr/local'.
382 files (in addition to the standard directories), instruct the linker 382 files (in addition to the standard directories), instruct the linker
383 to look in `/bar/mylib' for libraries, pass the -O3 optimization 383 to look in `/bar/mylib' for libraries, pass the -O3 optimization
384 switch to the compiler, and link against libfoo.a and libbar.a 384 switch to the compiler, and link against libfoo.a and libbar.a
385 libraries in addition to the standard ones. 385 libraries in addition to the standard ones.
386 386
387 For some libraries, like Gtk+, fontconfig and ALSA, `configure' use 387 For some libraries, like Gtk+, fontconfig and ALSA, `configure' use
388 pkg-config to find where those libraries are installed. 388 pkg-config to find where those libraries are installed.
389 If you want pkg-config to look in special directories, you have to set 389 If you want pkg-config to look in special directories, you have to set
390 the environment variable PKG_CONFIG_PATH to point to the directories 390 the environment variable PKG_CONFIG_PATH to point to the directories
391 where the .pc-files for those libraries are. 391 where the .pc-files for those libraries are.
392 For example: 392 For example:
393 393
394 PKG_CONFIG_PATH='/usr/local/alsa/lib/pkgconfig:/opt/gtk+-2.8/lib/pkgconfig' \ 394 PKG_CONFIG_PATH='/usr/local/alsa/lib/pkgconfig:/opt/gtk+-2.8/lib/pkgconfig' \
395 ./configure 395 ./configure