comparison INSTALL @ 90729:6588c6259dfb

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
author Miles Bader <miles@gnu.org>
date Sat, 16 Dec 2006 01:29:26 +0000
parents 917f46cb7b70
children 2e668483dd85
comparison
equal deleted inserted replaced
90728:a65a92d83186 90729:6588c6259dfb
380 preprocessor to look in the `/foo/myinclude' directory for header 380 preprocessor to look in the `/foo/myinclude' directory for header
381 files (in addition to the standard directories), instruct the linker 381 files (in addition to the standard directories), instruct the linker
382 to look in `/bar/mylib' for libraries, pass the -O3 optimization 382 to look in `/bar/mylib' for libraries, pass the -O3 optimization
383 switch to the compiler, and link against libfoo.a and libbar.a 383 switch to the compiler, and link against libfoo.a and libbar.a
384 libraries in addition to the standard ones. 384 libraries in addition to the standard ones.
385
386 For some libraries, like Gtk+, fontconfig and ALSA, `configure' use
387 pkg-config to find where those libraries are installed.
388 If you wan't pkg-config to look in special directories, you have to set
389 the environment variable PKG_CONFIG_PATH to point to the directories
390 where the .pc-files for those libraries are.
391 For example:
392
393 PKG_CONFIG_PATH='/usr/local/alsa/lib/pkgconfig:/opt/gtk+-2.8/lib/pkgconfig' \
394 ./configure
385 395
386 The work of `configure' can be done by editing various files in the 396 The work of `configure' can be done by editing various files in the
387 distribution, but using `configure' is easier. See the section called 397 distribution, but using `configure' is easier. See the section called
388 "CONFIGURATION BY HAND" below if you want to do the configuration 398 "CONFIGURATION BY HAND" below if you want to do the configuration
389 yourself. 399 yourself.