ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/README.configure
(Generate patch)

Comparing rxvt-unicode/README.configure (file contents):
Revision 1.56 by root, Wed Aug 1 18:38:15 2007 UTC vs.
Revision 1.58 by root, Mon Nov 19 12:02:35 2007 UTC

1CONFIGURE OPTIONS 1CONFIGURE OPTIONS
2 General hint: if you get compile errors, then likely your configuration 2 General hint: if you get compile errors, then likely your configuration
3 hasn't been tested well. Either try with "--enable-everything" or use 3 hasn't been tested well. Either try with "--enable-everything" or use
4 the default configuration (i.e. "--enable-xxx" or "--disable-xxx"). Of 4 the default configuration (i.e. no "--enable-xxx" or "--disable-xxx"
5 course, you should always report when a combination doesn't work, so it 5 switches). Of course, you should always report when a combination
6 can be fixed. Marc Lehmann <rxvt@schmorp.de>. 6 doesn't work, so it can be fixed. Marc Lehmann <rxvt@schmorp.de>.
7 7
8 All 8 All
9 9
10 --enable-everything 10 --enable-everything
11 Add (or remove) support for all non-multichoice options listed in 11 Add (or remove) support for all non-multichoice options listed in
104 --enable-lastlog (default: on) 104 --enable-lastlog (default: on)
105 Write user and tty to lastlog file (used by programs like lastlogin) 105 Write user and tty to lastlog file (used by programs like lastlogin)
106 at start of rxvt execution. This option requires --enable-utmp to 106 at start of rxvt execution. This option requires --enable-utmp to
107 also be specified. 107 also be specified.
108 108
109 --enable-xpm-background (default: on)
110 Add support for XPM background pixmaps.
111
112 --enable-afterimage (default: on) 109 --enable-afterimage (default: on)
113 Add support for libAfterImage to be used for transparency and 110 Add support for libAfterImage to be used for transparency and
114 background images. It adds support for many file formats including 111 background images. It adds support for many file formats including
115 JPG, PNG, SVG, TIFF, GIF, XPM, BMP, ICO, XCF, TGA and AfterStep 112 JPG, PNG, SVG, TIFF, GIF, XPM, BMP, ICO, XCF, TGA and AfterStep
116 image XML 113 image XML
125 (mostly due to third-party libraries used by libAI). Memory 122 (mostly due to third-party libraries used by libAI). Memory
126 footprint may somewhat be lowered if libAfterImage is configured 123 footprint may somewhat be lowered if libAfterImage is configured
127 without support for SVG. 124 without support for SVG.
128 125
129 --enable-transparency (default: on) 126 --enable-transparency (default: on)
130 Add support for inheriting parent backgrounds thus giving a fake 127 Add support for backgrounds, creating illusion of transparency in
131 transparency to the term. 128 the term.
132 129
133 --enable-fading (default: on) 130 --enable-fading (default: on)
134 Add support for fading the text when focus is lost. 131 Add support for fading the text when focus is lost.
135
136 --enable-tinting (default: on)
137 Add support for tinting of transparent backgrounds (requires
138 "--enable-transparency").
139 132
140 --enable-rxvt-scroll (default: on) 133 --enable-rxvt-scroll (default: on)
141 Add support for the original rxvt scrollbar. 134 Add support for the original rxvt scrollbar.
142 135
143 --enable-next-scroll (default: on) 136 --enable-next-scroll (default: on)
264 to PATH. 257 to PATH.
265 258
266 --with-x 259 --with-x
267 Use the X Window System (pretty much default, eh?). 260 Use the X Window System (pretty much default, eh?).
268 261
269 --with-xpm-includes=DIR
270 Look for the XPM includes in DIR.
271
272 --with-xpm-library=DIR
273 Look for the XPM library in DIR.
274
275 --with-xpm
276 Not needed - define via --enable-xpm-background.
277

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines