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.8 by pcg, Wed Mar 3 04:07:45 2004 UTC vs.
Revision 1.14 by root, Fri Jul 30 14:59:11 2004 UTC

1General hint: if you get compile errors, then likely your configuration
2hasn't been tested well. Either try with --enable-everything or use the
3./reconf script as a base for experiments. ./reconf is used by myself,
4so it should generally be a working config. Of course, you should always
5report when a combination doesn't work, so it can be fixed. Marc Lehmann
6<rxvt@schmorp.de>.
7
1--enable-everything 8--enable-everything
2 add support for all non-multichoice options listed in "./configure 9 add support for all non-multichoice options listed in "./configure
3 --help". Note that unlike other enable options this is order 10 --help". Note that unlike other enable options this is order
4 dependant. You can specify this and then disable options which 11 dependant. You can specify this and then disable options which
5 this enables by _following_ this with the appropriate commands. 12 this enables by _following_ this with the appropriate commands.
18--enable-xim 25--enable-xim
19 add support for XIM (X Input Method) protocol. This allows using 26 add support for XIM (X Input Method) protocol. This allows using
20 alternative input methods (e.g. kinput2) and will also correctly 27 alternative input methods (e.g. kinput2) and will also correctly
21 set up the input for people using dead keys or compose keys. 28 set up the input for people using dead keys or compose keys.
22--enable-unicode3 29--enable-unicode3
23 enable support for unicode codepoints above 65535 (the basic 30 enable support for unicode codepoints above 65535 (the basic
24 multilingual page). This increases storage requirements per character 31 multilingual page). This increases storage requirements per
25 from 2 to 4 bytes and is not too useful as font support in X11 and Xft 32 character from 2 to 4 bytes. X11 fonts do not yet support these
26 is largely missing, although cut & paste will work correctly, as will 33 extra characters, but Xft does.
27 displaying, if you have the right font(s). 34--enable-combining
35 enable automatic composition of combining characters into
36 composite characters. This is required for proper viewing of text
37 where accents are encoded as seperate unicode characters. This is
38 done by using precomposited characters when available or creating
39 new pseudo-characters when no precomposed form exists. Without
40 --enable-unicode3, the number of additional precomposed characters
41 is rather limited (2048, if this is full, rxvt will use the
42 private use area, extending the number of combinations to
43 8448). With --enable-unicode3, no practical limit exists. This
44 will also enable storage of characters >16bit. They currently
45 won't display properly, but they will paste correctly.
46 The combining table also contains entries for arabic presentation
47 forms, but these are not currently used. Bug me if you want
48 these to be used.
28--enable-fallback(=CLASS) 49--enable-fallback(=CLASS)
29 when reading resource settings, also read settings for class CLASS 50 when reading resource settings, also read settings for class CLASS
30 (default: Rxvt). To disable resource fallback use --disable-fallback. 51 (default: Rxvt). To disable resource fallback use --disable-fallback.
31--with-res-name=NAME 52--with-res-name=NAME
32 use the given name (default: urxvt) as default application name 53 use the given name (default: urxvt) as default application name
50--enable-xpm-background 71--enable-xpm-background
51 add support for XPM background pixmaps 72 add support for XPM background pixmaps
52--enable-transparency 73--enable-transparency
53 add support for inheriting parent backgrounds thus giving a fake 74 add support for inheriting parent backgrounds thus giving a fake
54 transparency to the term 75 transparency to the term
76--enable-fading
77 add support for fading the text when focus is lost.
78--enable-tinting
79 add support for tinting of transparent backgrounds.
55--enable-menubar 80--enable-menubar
56 add support for our menu bar system (this interacts badly with 81 add support for our menu bar system (this interacts badly with
57 dynamic locale switching currently) 82 dynamic locale switching currently)
58--enable-rxvt-scroll 83--enable-rxvt-scroll
59 add support for the original rxvt scrollbar 84 add support for the original rxvt scrollbar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines