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.5 by pcg, Wed Feb 25 12:03:46 2004 UTC vs.
Revision 1.7 by pcg, Mon Mar 1 01:06:45 2004 UTC

1--enable-everything 1--enable-everything
2 add support for all enable options marked with an asterisk listed 2 add support for all non-multichoice options listed in "./configure
3 in "./configure --help". Note that unlike other enable options this 3 --help". Note that unlike other enable options this is order
4 is order dependant. You can specify this and then disable options 4 dependant. You can specify this and then disable options which
5 which this enables by _following_ this with the appropriate 5 this enables by _following_ this with the appropriate commands.
6 commands.
7--enable-xft 6--enable-xft
8 add support for xft (anti-aliases, among others) fonts. xft fonts are 7 add support for xft (anti-aliases, among others) fonts. xft fonts are
9 slower and require lots of memory, but as long as you don't use them, 8 slower and require lots of memory, but as long as you don't use them,
10 you don't pay for them. 9 you don't pay for them.
11--with-codesets=NAME,... 10--with-codesets=NAME,...
13 jp common japanese encodings 12 jp common japanese encodings
14 jp_ext rarely used but big japanese encodings 13 jp_ext rarely used but big japanese encodings
15 kr korean encodings 14 kr korean encodings
16 cn common chinese encodings 15 cn common chinese encodings
17 cn_ext rarely used but very big chinese encodigs 16 cn_ext rarely used but very big chinese encodigs
18 vn vietnamese (not well-supported, though)
19 all all of the above. 17 all all of the above
20--enable-unicode3 18--enable-unicode3
21 enable support for unicode codepoints above 65535 (the basic 19 enable support for unicode codepoints above 65535 (the basic
22 multilingual page). This increases storage requirements per character 20 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 21 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 22 is largely missing, although cut & paste will work correctly, as will
38 add support for XPM background pixmaps 36 add support for XPM background pixmaps
39--enable-transparency 37--enable-transparency
40 add support for inheriting parent backgrounds thus giving a fake 38 add support for inheriting parent backgrounds thus giving a fake
41 transparency to the term 39 transparency to the term
42--enable-menubar 40--enable-menubar
43 add support for our menu bar system 41 add support for our menu bar system (this interacts badly with
42 dynamic locale switching currently)
44--enable-rxvt-scroll 43--enable-rxvt-scroll
45 add support for the original rxvt scrollbar 44 add support for the original rxvt scrollbar
46--enable-next-scroll 45--enable-next-scroll
47 add support for a NeXT-like scrollbar 46 add support for a NeXT-like scrollbar
48--enable-xterm-scroll 47--enable-xterm-scroll
49 add support for an Xterm-like scrollbar 48 add support for an Xterm-like scrollbar
50--enable-plain-scroll 49--enable-plain-scroll
51 add support for a very plain-looking scrollbar that I used for many years 50 add support for a very unobtrusive, plain-looking scrollbar that
51 is the favourite of the rxvt-unicode author, having used it for
52 many years.
52--enable-half-shadow 53--enable-half-shadow
53 make shadows on the scrollbar only half the normal width & height. 54 make shadows on the scrollbar only half the normal width & height.
54 only applicable to rxvt scrollbars 55 only applicable to rxvt scrollbars
55--enable-xim 56--enable-xim
56 add support for XIM (X Input Method) protocol. This allows using 57 add support for XIM (X Input Method) protocol. This allows using
73 then ~/.Xresources 74 then ~/.Xresources
74--enable-strings 75--enable-strings
75 add support for our possibly faster memset() function and other 76 add support for our possibly faster memset() function and other
76 various routines, overriding your system's versions which may 77 various routines, overriding your system's versions which may
77 have been hand-crafted in assembly or may require extra libraries 78 have been hand-crafted in assembly or may require extra libraries
78 to link in. (This has header problems on some Linux systems). 79 to link in. (this breaks ANSI-C rules and has problems on many
80 GNU/Linux systems).
79--disable-swapscreen 81--disable-swapscreen
80 remove support for swap screen 82 remove support for swap screen
81--enable-frills 83--enable-frills
82 add support for some lesser used features 84 add support for some lesser used features
83--enable-linespace 85--enable-linespace
129 look for the XPM includes in DIR 131 look for the XPM includes in DIR
130--with-xpm-library=DIR 132--with-xpm-library=DIR
131 look for the XPM library in DIR 133 look for the XPM library in DIR
132--with-xpm 134--with-xpm
133 not needed - define via --enable-xpm-background 135 not needed - define via --enable-xpm-background
136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines