diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-19 21:50:03 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-19 21:50:03 +0000 |
commit | 37aa680027b9a59c93d8b193c185367b2a636122 (patch) | |
tree | dad05f97d677855c4ceabe5353ca3a3df9fd7779 /INSTALL | |
parent | 1f6518de1a6054ab903a51d7b3d9046124dd46c4 (diff) | |
download | emacs-37aa680027b9a59c93d8b193c185367b2a636122.tar.gz |
GTK version
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -270,7 +270,7 @@ accept a list of directories, separated with colons. To get more attractive menus, you can specify an X toolkit when you configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where -TOOLKIT is `athena' or `motif' (`yes' and `lucid' are synonyms for +TOOLKIT is `athena', `motif' or `gtk' (`yes' and `lucid' are synonyms for `athena'). On some systems, it does not work to use a toolkit with shared libraries. A free implementation of Motif, called LessTif, is available ftom <http://www.lesstif.org>. Compiling with LessTif or @@ -280,6 +280,11 @@ bars, even without LessTif/Motif, if you have the Xaw3d library installed (see "Image support libraries" above for Xaw3d availability). +If `--with-x-toolkit=gtk' is specified, you can tell configure where +to search for GTK by specifying `--with-pkg-config-prog=PATH' where +PATH is the pathname to pkg-config. Note that GTK version 2.0 or +newer is required for Emacs. + The `--with-gcc' option specifies that the build process should compile Emacs using GCC. If you don't want to use GCC, specify `--with-gcc=no'. If you omit this option, `configure' will search |