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.60 by root, Fri Dec 14 06:05:40 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
86 86
87 --with-res-name=NAME (default: urxvt) 87 --with-res-name=NAME (default: urxvt)
88 Use the given name as default application name when reading 88 Use the given name as default application name when reading
89 resources. Specify --with-res-name=rxvt to replace rxvt. 89 resources. Specify --with-res-name=rxvt to replace rxvt.
90 90
91 --with-res-class=CLASS /default: URxvt) 91 --with-res-class=CLASS (default: URxvt)
92 Use the given class as default application class when reading 92 Use the given class as default application class when reading
93 resources. Specify --with-res-class=Rxvt to replace rxvt. 93 resources. Specify --with-res-class=Rxvt to replace rxvt.
94 94
95 --enable-utmp (default: on) 95 --enable-utmp (default: on)
96 Write user and tty to utmp file (used by programs like w) at start 96 Write user and tty to utmp file (used by programs like w) at start
103 103
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
109 --enable-xpm-background (default: on)
110 Add support for XPM background pixmaps.
111 108
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
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)
148 141
149 --enable-plain-scroll (default: on) 142 --enable-plain-scroll (default: on)
150 Add support for a very unobtrusive, plain-looking scrollbar that is 143 Add support for a very unobtrusive, plain-looking scrollbar that is
151 the favourite of the rxvt-unicode author, having used it for many 144 the favourite of the rxvt-unicode author, having used it for many
152 years. 145 years.
153
154 --enable-ttygid (default: off)
155 Change tty device setting to group "tty" - only use this if your
156 system uses this type of security.
157 146
158 --disable-backspace-key 147 --disable-backspace-key
159 Removes any handling of the backspace key by us - let the X server 148 Removes any handling of the backspace key by us - let the X server
160 do it. 149 do it.
161 150
190 keysym remapping support 179 keysym remapping support
191 cursor blinking and underline cursor (-cb, -uc) 180 cursor blinking and underline cursor (-cb, -uc)
192 XEmbed support (-embed) 181 XEmbed support (-embed)
193 user-pty (-pty-fd) 182 user-pty (-pty-fd)
194 hold on exit (-hold) 183 hold on exit (-hold)
184 compile in built-in block graphics
195 skip builtin block graphics (-sbg) 185 skip builtin block graphics (-sbg)
196 separate highlightcolor support (-hc) 186 separate highlightcolor support (-hc)
197 187
198 It also enables some non-essential features otherwise disabled, such 188 It also enables some non-essential features otherwise disabled, such
199 as: 189 as:
234 --enable-smart-resize (default: off) 224 --enable-smart-resize (default: off)
235 Add smart growth/shrink behaviour when resizing. This should keep 225 Add smart growth/shrink behaviour when resizing. This should keep
236 the window corner which is closest to a corner of the screen in a 226 the window corner which is closest to a corner of the screen in a
237 fixed position. 227 fixed position.
238 228
229 --enable-text-blink (default: on)
230 Add support for blinking text.
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 rxvtperl(3) manpage
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