diff options
| author | Jan Djärv | 2003-01-19 21:50:03 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-19 21:50:03 +0000 |
| commit | 488dd4c404eba70d48e4ee70141b8abcce2f863b (patch) | |
| tree | 741ec2bb5abe963b292521e3a478e716a4ebb999 /INSTALL | |
| parent | 3c77dc44b8052a9bcb19486a605a861cf120b31e (diff) | |
| download | emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.tar.gz emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.zip | |
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. | |||
| 270 | 270 | ||
| 271 | To get more attractive menus, you can specify an X toolkit when you | 271 | To get more attractive menus, you can specify an X toolkit when you |
| 272 | configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where | 272 | configure Emacs; use the option `--with-x-toolkit=TOOLKIT', where |
| 273 | TOOLKIT is `athena' or `motif' (`yes' and `lucid' are synonyms for | 273 | TOOLKIT 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 |
| 275 | shared libraries. A free implementation of Motif, called LessTif, is | 275 | shared libraries. A free implementation of Motif, called LessTif, is |
| 276 | available ftom <http://www.lesstif.org>. Compiling with LessTif or | 276 | 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 | |||
| 280 | installed (see "Image support libraries" above for Xaw3d | 280 | installed (see "Image support libraries" above for Xaw3d |
| 281 | availability). | 281 | availability). |
| 282 | 282 | ||
| 283 | If `--with-x-toolkit=gtk' is specified, you can tell configure where | ||
| 284 | to search for GTK by specifying `--with-pkg-config-prog=PATH' where | ||
| 285 | PATH is the pathname to pkg-config. Note that GTK version 2.0 or | ||
| 286 | newer is required for Emacs. | ||
| 287 | |||
| 283 | The `--with-gcc' option specifies that the build process should | 288 | The `--with-gcc' option specifies that the build process should |
| 284 | compile Emacs using GCC. If you don't want to use GCC, specify | 289 | compile 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 |