comparison INSTALL @ 49322:2cbb0b823e83

GTK version
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 19 Jan 2003 21:50:03 +0000
parents 2589e6117a86
children 23a1cea22d13
comparison
equal deleted inserted replaced
49321:2b92ca3f78f6 49322:2cbb0b823e83
268 Window System files installed in unusual places. These options also 268 Window System files installed in unusual places. These options also
269 accept a list of directories, separated with colons. 269 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
277 Motif causes a standard File Selection Dialog to pop up when you type 277 Motif causes a standard File Selection Dialog to pop up when you type
278 "C-x C-f" and similar commands. You can get fancy 3D-style scroll 278 "C-x C-f" and similar commands. You can get fancy 3D-style scroll
279 bars, even without LessTif/Motif, if you have the Xaw3d library 279 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
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.
282 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
286 for GCC in your path, and use it if present. 291 for GCC in your path, and use it if present.