aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJan Djärv2003-01-19 21:50:03 +0000
committerJan Djärv2003-01-19 21:50:03 +0000
commit488dd4c404eba70d48e4ee70141b8abcce2f863b (patch)
tree741ec2bb5abe963b292521e3a478e716a4ebb999 /INSTALL
parent3c77dc44b8052a9bcb19486a605a861cf120b31e (diff)
downloademacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.tar.gz
emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.zip
GTK version
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6b4278a3ff1..ab9c8057259 100644
--- a/INSTALL
+++ b/INSTALL
@@ -270,7 +270,7 @@ accept a list of directories, separated with colons.
270 270
271To get more attractive menus, you can specify an X toolkit when you 271To get more attractive menus, you can specify an X toolkit when you
272configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where 272configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where
273TOOLKIT is `athena' or `motif' (`yes' and `lucid' are synonyms for 273TOOLKIT is `athena', `motif' or `gtk' (`yes' and `lucid' are synonyms for
274`athena'). On some systems, it does not work to use a toolkit with 274`athena'). On some systems, it does not work to use a toolkit with
275shared libraries. A free implementation of Motif, called LessTif, is 275shared libraries. A free implementation of Motif, called LessTif, is
276available ftom <http://www.lesstif.org>. Compiling with LessTif or 276available ftom <http://www.lesstif.org>. Compiling with LessTif or
@@ -280,6 +280,11 @@ bars, even without LessTif/Motif, if you have the Xaw3d library
280installed (see "Image support libraries" above for Xaw3d 280installed (see "Image support libraries" above for Xaw3d
281availability). 281availability).
282 282
283If `--with-x-toolkit=gtk' is specified, you can tell configure where
284to search for GTK by specifying `--with-pkg-config-prog=PATH' where
285PATH is the pathname to pkg-config. Note that GTK version 2.0 or
286newer is required for Emacs.
287
283The `--with-gcc' option specifies that the build process should 288The `--with-gcc' option specifies that the build process should
284compile Emacs using GCC. If you don't want to use GCC, specify 289compile Emacs using GCC. If you don't want to use GCC, specify
285`--with-gcc=no'. If you omit this option, `configure' will search 290`--with-gcc=no'. If you omit this option, `configure' will search