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.57 by root, Sat Oct 27 12:09:02 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
118 115
119 This option also adds such eye candy as blending an image over the 116 This option also adds such eye candy as blending an image over the
120 root background, as well as dynamic scaling and bluring of 117 root background, as well as dynamic scaling and bluring of
121 background images. 118 background images.
122 119
123 Note that with this option enabled, rxvt's memory footprint might 120 Note that with this option enabled, urxvt's memory footprint might
124 increase by a few megabytes even if no extra features are used 121 increase by a few megabytes even if no extra features are used
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
130 Add support for inheriting parent backgrounds thus giving a fake 127 Add support for inheriting parent backgrounds thus giving a fake
131 transparency to the term. 128 transparency to 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)
209 rectangular selections 202 rectangular selections
210 trailing space removal for selections 203 trailing space removal for selections
211 verbose X error handling 204 verbose X error handling
212 205
213 --enable-iso14755 (default: on) 206 --enable-iso14755 (default: on)
214 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 207 Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt).
215 Basic support (section 5.1) is enabled by "--enable-frills", while 208 Basic support (section 5.1) is enabled by "--enable-frills", while
216 support for 5.2, 5.3 and 5.4 is enabled with this switch. 209 support for 5.2, 5.3 and 5.4 is enabled with this switch.
217 210
218 --enable-keepscrolling (default: on) 211 --enable-keepscrolling (default: on)
219 Add support for continual scrolling of the display when you hold the 212 Add support for continual scrolling of the display when you hold the
238 231
239 --enable-pointer-blank (default: on) 232 --enable-pointer-blank (default: on)
240 Add support to have the pointer disappear when typing or inactive. 233 Add support to have the pointer disappear when typing or inactive.
241 234
242 --enable-perl (default: on) 235 --enable-perl (default: on)
243 Enable an embedded perl interpreter. See the rxvtperl(3) manpage 236 Enable an embedded perl interpreter. See the urxvtperl(3) manpage
244 (doc/rxvtperl.txt) for more info on this feature, or the files in 237 (doc/rxvtperl.txt) for more info on this feature, or the files in
245 src/perl-ext/ for the extensions that are installed by default. The 238 src/perl-ext/ for the extensions that are installed by default. The
246 perl interpreter that is used can be specified via the "PERL" 239 perl interpreter that is used can be specified via the "PERL"
247 environment variable when running configure. Even when compiled in, 240 environment variable when running configure. Even when compiled in,
248 perl will *not* be initialised when all extensions have been 241 perl will *not* be initialised when all extensions have been
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