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.1 by pcg, Mon Nov 24 17:28:07 2003 UTC vs.
Revision 1.2 by pcg, Wed Dec 17 23:21:56 2003 UTC

2 add support for all enable options marked with an asterisk listed 2 add support for all enable options marked with an asterisk listed
3 in "./configure --help". Note that unlike other enable options this 3 in "./configure --help". Note that unlike other enable options this
4 is order dependant. You can specify this and then disable options 4 is order dependant. You can specify this and then disable options
5 which this enables by _following_ this with the appropriate 5 which this enables by _following_ this with the appropriate
6 commands. 6 commands.
7--enable-languages 7--enable-xft
8 add support for languages which require multiple character glyphs 8 add support for xft (anti-aliases, among others) fonts. xft fonts are
9 to display. 9 slower and require lots of memory, but as long as you don't use them,
10--with-encoding=NAME 10 you don't pay for them.
11 set the default encoding for multi-char glyph languages to NAME. 11--with-codesets=NAME,...
12 Options are: "eucj" EUC Japanese encoding; "sjis" Shift JIS encoding; 12 compile in support for additional codeset groups:
13 "big5" BIG5 encoding; "gb" GB encoding; "kr" EUC Korean encoding; 13 jp common japanese encodings
14 "noenc" no encoding. This option requires --enable-languages to 14 jp_ext rarely used but big japanese encodings
15 also be specified. 15 kr korean encodings
16 cn common chinese encodings
17 cn_ext rarely used but very big chinese encodigs
18 vn vietnamese (not well-supported, though)
19 all all of the above.
20--enable-unicode3
21 enable support for unicode codepoints above 65535 (the basic
22 multilingual page). This increases storage requirements per character
23 from 2 to 4 bytes and is not too useful as font support in X11 and Xft
24 is largely missing, although cut & paste will work correctly, as will
25 displaying, if you have the right font(s).
16--enable-utmp 26--enable-utmp
17 write user and tty to utmp file (used by programs like ``w'') at 27 write user and tty to utmp file (used by programs like ``w'') at
18 start of rxvt execution and delete information when rxvt exits. 28 start of rxvt execution and delete information when rxvt exits.
19--enable-wtmp 29--enable-wtmp
20 write user and tty to wtmp file (used by programs like ``last'') at 30 write user and tty to wtmp file (used by programs like ``last'') at

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines