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.3 by pcg, Thu Dec 18 00:38:07 2003 UTC vs.
Revision 1.8 by pcg, Wed Mar 3 04:07: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
18--enable-xim
19 add support for XIM (X Input Method) protocol. This allows using
20 alternative input methods (e.g. kinput2) and will also correctly
21 set up the input for people using dead keys or compose keys.
20--enable-unicode3 22--enable-unicode3
21 enable support for unicode codepoints above 65535 (the basic 23 enable support for unicode codepoints above 65535 (the basic
22 multilingual page). This increases storage requirements per character 24 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 25 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 26 is largely missing, although cut & paste will work correctly, as will
25 displaying, if you have the right font(s). 27 displaying, if you have the right font(s).
28--enable-fallback(=CLASS)
29 when reading resource settings, also read settings for class CLASS
30 (default: Rxvt). To disable resource fallback use --disable-fallback.
31--with-res-name=NAME
32 use the given name (default: urxvt) as default application name
33 when reading resources. Specify --with-res-name=rxvt to replace
34 rxvt.
35--with-res-class=CLASS
36 use the given class (default: URxvt) as default application class
37 when reading resources. Specify --with-res-class=Rxvt to replace
38 rxvt.
26--enable-utmp 39--enable-utmp
27 write user and tty to utmp file (used by programs like ``w'') at 40 write user and tty to utmp file (used by programs like ``w'') at
28 start of rxvt execution and delete information when rxvt exits. 41 start of rxvt execution and delete information when rxvt exits.
29--enable-wtmp 42--enable-wtmp
30 write user and tty to wtmp file (used by programs like ``last'') at 43 write user and tty to wtmp file (used by programs like ``last'') at
38 add support for XPM background pixmaps 51 add support for XPM background pixmaps
39--enable-transparency 52--enable-transparency
40 add support for inheriting parent backgrounds thus giving a fake 53 add support for inheriting parent backgrounds thus giving a fake
41 transparency to the term 54 transparency to the term
42--enable-menubar 55--enable-menubar
43 add support for our menu bar system 56 add support for our menu bar system (this interacts badly with
44--enable-graphics 57 dynamic locale switching currently)
45 add support for our graphics mode (see src/graphics)
46--enable-rxvt-scroll 58--enable-rxvt-scroll
47 add support for the original rxvt scrollbar 59 add support for the original rxvt scrollbar
48--enable-next-scroll 60--enable-next-scroll
49 add support for a NeXT-like scrollbar 61 add support for a NeXT-like scrollbar
50--enable-xterm-scroll 62--enable-xterm-scroll
51 add support for an Xterm-like scrollbar 63 add support for an Xterm-like scrollbar
64--enable-plain-scroll
65 add support for a very unobtrusive, plain-looking scrollbar that
66 is the favourite of the rxvt-unicode author, having used it for
67 many years.
52--enable-half-shadow 68--enable-half-shadow
53 make shadows on the scrollbar only half the normal width & height. 69 make shadows on the scrollbar only half the normal width & height.
54 only applicable to rxvt scrollbars 70 only applicable to rxvt scrollbars
55--enable-xim
56 add support for XIM (X Input Method) protocol. This allows using
57 alternative input methods (e.g. kinput2) and will also correctly
58 set up the input for people using dead keys or compose keys.
59--enable-greek
60 add support for greek keyboard
61--enable-ttygid 71--enable-ttygid
62 change tty device setting to group "tty" - only use this if 72 change tty device setting to group "tty" - only use this if
63 your system uses this type of security 73 your system uses this type of security
64--disable-backspace-key 74--disable-backspace-key
65 disable any handling of the backspace key by us - let the X server 75 disable any handling of the backspace key by us - let the X server
75 then ~/.Xresources 85 then ~/.Xresources
76--enable-strings 86--enable-strings
77 add support for our possibly faster memset() function and other 87 add support for our possibly faster memset() function and other
78 various routines, overriding your system's versions which may 88 various routines, overriding your system's versions which may
79 have been hand-crafted in assembly or may require extra libraries 89 have been hand-crafted in assembly or may require extra libraries
80 to link in. (This has header problems on some Linux systems). 90 to link in. (this breaks ANSI-C rules and has problems on many
91 GNU/Linux systems).
81--disable-swapscreen 92--disable-swapscreen
82 remove support for swap screen 93 remove support for swap screen
83--enable-frills 94--enable-frills
84 add support for some lesser used features 95 add support for some lesser used features
85--enable-linespace 96--enable-linespace
117 add support for 256 colours rather than the base 16 colours 128 add support for 256 colours rather than the base 16 colours
118--enable-cursor-blink 129--enable-cursor-blink
119 add support for a blinking cursor 130 add support for a blinking cursor
120--enable-pointer-blank 131--enable-pointer-blank
121 add support to have the pointer disappear when typing or inactive 132 add support to have the pointer disappear when typing or inactive
133--with-name=NAME
134 set the basename for the installed binaries (default: urxvt, resulting
135 in urxvt, urxvtd etc.). Specify --with-name=rxvt to replace rxvt.
122--with-term=NAME 136--with-term=NAME
123 change the environmental variable for the terminal to NAME 137 change the environmental variable for the terminal to NAME
124 (default "xterm") 138 (default "rxvt")
125--with-terminfo=PATH 139--with-terminfo=PATH
126 change the environmental variable for the path to the terminfo 140 change the environmental variable for the path to the terminfo
127 tree to PATH 141 tree to PATH
128--with-x 142--with-x
129 use the X Window System (pretty much default, eh?) 143 use the X Window System (pretty much default, eh?)
131 look for the XPM includes in DIR 145 look for the XPM includes in DIR
132--with-xpm-library=DIR 146--with-xpm-library=DIR
133 look for the XPM library in DIR 147 look for the XPM library in DIR
134--with-xpm 148--with-xpm
135 not needed - define via --enable-xpm-background 149 not needed - define via --enable-xpm-background
150

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines