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.61 by root, Fri Jan 25 18:42:23 2008 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
34 in lets rxvt-unicode choose replacement fonts more intelligently. 34 in lets rxvt-unicode choose replacement fonts more intelligently.
35 Compiling them in will make your binary bigger (all of together cost 35 Compiling them in will make your binary bigger (all of together cost
36 about 700kB), but it doesn't increase memory usage unless you use a 36 about 700kB), but it doesn't increase memory usage unless you use a
37 font requiring one of these encodings. 37 font requiring one of these encodings.
38 38
39 all all available codeset groups 39 all all available codeset groups
40 zh common chinese encodings 40 zh common chinese encodings
41 zh_ext rarely used but very big chinese encodings 41 zh_ext rarely used but very big chinese encodings
42 jp common japanese encodings 42 jp common japanese encodings
43 jp_ext rarely used but big japanese encodings 43 jp_ext rarely used but big japanese encodings
44 kr korean encodings 44 kr korean encodings
45
46 --enable-xim (default: on) 45 --enable-xim (default: on)
47 Add support for XIM (X Input Method) protocol. This allows using 46 Add support for XIM (X Input Method) protocol. This allows using
48 alternative input methods (e.g. kinput2) and will also correctly set 47 alternative input methods (e.g. kinput2) and will also correctly set
49 up the input for people using dead keys or compose keys. 48 up the input for people using dead keys or compose keys.
50 49
86 85
87 --with-res-name=NAME (default: urxvt) 86 --with-res-name=NAME (default: urxvt)
88 Use the given name as default application name when reading 87 Use the given name as default application name when reading
89 resources. Specify --with-res-name=rxvt to replace rxvt. 88 resources. Specify --with-res-name=rxvt to replace rxvt.
90 89
91 --with-res-class=CLASS /default: URxvt) 90 --with-res-class=CLASS (default: URxvt)
92 Use the given class as default application class when reading 91 Use the given class as default application class when reading
93 resources. Specify --with-res-class=Rxvt to replace rxvt. 92 resources. Specify --with-res-class=Rxvt to replace rxvt.
94 93
95 --enable-utmp (default: on) 94 --enable-utmp (default: on)
96 Write user and tty to utmp file (used by programs like w) at start 95 Write user and tty to utmp file (used by programs like w) at start
103 102
104 --enable-lastlog (default: on) 103 --enable-lastlog (default: on)
105 Write user and tty to lastlog file (used by programs like lastlogin) 104 Write user and tty to lastlog file (used by programs like lastlogin)
106 at start of rxvt execution. This option requires --enable-utmp to 105 at start of rxvt execution. This option requires --enable-utmp to
107 also be specified. 106 also be specified.
108
109 --enable-xpm-background (default: on)
110 Add support for XPM background pixmaps.
111 107
112 --enable-afterimage (default: on) 108 --enable-afterimage (default: on)
113 Add support for libAfterImage to be used for transparency and 109 Add support for libAfterImage to be used for transparency and
114 background images. It adds support for many file formats including 110 background images. It adds support for many file formats including
115 JPG, PNG, SVG, TIFF, GIF, XPM, BMP, ICO, XCF, TGA and AfterStep 111 JPG, PNG, SVG, TIFF, GIF, XPM, BMP, ICO, XCF, TGA and AfterStep
125 (mostly due to third-party libraries used by libAI). Memory 121 (mostly due to third-party libraries used by libAI). Memory
126 footprint may somewhat be lowered if libAfterImage is configured 122 footprint may somewhat be lowered if libAfterImage is configured
127 without support for SVG. 123 without support for SVG.
128 124
129 --enable-transparency (default: on) 125 --enable-transparency (default: on)
130 Add support for inheriting parent backgrounds thus giving a fake 126 Add support for backgrounds, creating illusion of transparency in
131 transparency to the term. 127 the term.
132 128
133 --enable-fading (default: on) 129 --enable-fading (default: on)
134 Add support for fading the text when focus is lost. 130 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 131
140 --enable-rxvt-scroll (default: on) 132 --enable-rxvt-scroll (default: on)
141 Add support for the original rxvt scrollbar. 133 Add support for the original rxvt scrollbar.
142 134
143 --enable-next-scroll (default: on) 135 --enable-next-scroll (default: on)
148 140
149 --enable-plain-scroll (default: on) 141 --enable-plain-scroll (default: on)
150 Add support for a very unobtrusive, plain-looking scrollbar that is 142 Add support for a very unobtrusive, plain-looking scrollbar that is
151 the favourite of the rxvt-unicode author, having used it for many 143 the favourite of the rxvt-unicode author, having used it for many
152 years. 144 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 145
158 --disable-backspace-key 146 --disable-backspace-key
159 Removes any handling of the backspace key by us - let the X server 147 Removes any handling of the backspace key by us - let the X server
160 do it. 148 do it.
161 149
190 keysym remapping support 178 keysym remapping support
191 cursor blinking and underline cursor (-cb, -uc) 179 cursor blinking and underline cursor (-cb, -uc)
192 XEmbed support (-embed) 180 XEmbed support (-embed)
193 user-pty (-pty-fd) 181 user-pty (-pty-fd)
194 hold on exit (-hold) 182 hold on exit (-hold)
183 compile in built-in block graphics
195 skip builtin block graphics (-sbg) 184 skip builtin block graphics (-sbg)
196 separate highlightcolor support (-hc) 185 separate highlightcolor support (-hc)
197 186
198 It also enables some non-essential features otherwise disabled, such 187 It also enables some non-essential features otherwise disabled, such
199 as: 188 as:
234 --enable-smart-resize (default: off) 223 --enable-smart-resize (default: off)
235 Add smart growth/shrink behaviour when resizing. This should keep 224 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 225 the window corner which is closest to a corner of the screen in a
237 fixed position. 226 fixed position.
238 227
228 --enable-text-blink (default: on)
229 Add support for blinking text.
230
239 --enable-pointer-blank (default: on) 231 --enable-pointer-blank (default: on)
240 Add support to have the pointer disappear when typing or inactive. 232 Add support to have the pointer disappear when typing or inactive.
241 233
242 --enable-perl (default: on) 234 --enable-perl (default: on)
243 Enable an embedded perl interpreter. See the rxvtperl(3) manpage 235 Enable an embedded perl interpreter. See the rxvtperl(3) manpage
264 to PATH. 256 to PATH.
265 257
266 --with-x 258 --with-x
267 Use the X Window System (pretty much default, eh?). 259 Use the X Window System (pretty much default, eh?).
268 260
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