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.68 by root, Sat Nov 13 00:48:11 2010 UTC vs.
Revision 1.72 by root, Mon May 2 09:51:21 2011 UTC

16 *following* this with the appropriate "--disable-..." arguments, or 16 *following* this with the appropriate "--disable-..." arguments, or
17 you can start with a minimal configuration by specifying 17 you can start with a minimal configuration by specifying
18 "--disable-everything" and than adding just the "--enable-..." 18 "--disable-everything" and than adding just the "--enable-..."
19 arguments you want. 19 arguments you want.
20 20
21 --enable-xft (default: enabled) 21 --enable-xft (default: on)
22 Add support for Xft (anti-aliases, among others) fonts. Xft fonts 22 Add support for Xft (anti-aliased, among others) fonts. Xft fonts
23 are slower and require lots of memory, but as long as you don't use 23 are slower and require lots of memory, but as long as you don't use
24 them, you don't pay for them. 24 them, you don't pay for them.
25 25
26 --enable-font-styles (default: on) 26 --enable-font-styles (default: on)
27 Add support for bold, *italic* and *bold italic* font styles. The 27 Add support for bold, *italic* and *bold italic* font styles. The
28 fonts can be set manually or automatically. 28 fonts can be set manually or automatically.
29 29
30 --with-codesets=NAME,... (default: all) 30 --with-codesets=CS,... (default: all)
31 Compile in support for additional codeset (encoding) groups ("eu", 31 Compile in support for additional codeset (encoding) groups ("eu",
32 "vn" are always compiled in, which includes most 8-bit character 32 "vn" are always compiled in, which includes most 8-bit character
33 sets). These codeset tables are used for driving X11 core fonts, 33 sets). These codeset tables are used for driving X11 core fonts,
34 they are not required for Xft fonts, although having them compiled 34 they are not required for Xft fonts, although having them compiled
35 in lets rxvt-unicode choose replacement fonts more intelligently. 35 in lets rxvt-unicode choose replacement fonts more intelligently.
64 64
65 --enable-combining (default: on) 65 --enable-combining (default: on)
66 Enable automatic composition of combining characters into composite 66 Enable automatic composition of combining characters into composite
67 characters. This is required for proper viewing of text where 67 characters. This is required for proper viewing of text where
68 accents are encoded as separate unicode characters. This is done by 68 accents are encoded as separate unicode characters. This is done by
69 using precomposited characters when available or creating new 69 using precomposed characters when available or creating new
70 pseudo-characters when no precomposed form exists. 70 pseudo-characters when no precomposed form exists.
71 71
72 Without --enable-unicode3, the number of additional precomposed 72 Without --enable-unicode3, the number of additional precomposed
73 characters is somewhat limited (the 6400 private use characters will 73 characters is somewhat limited (the 6400 private use characters will
74 be (ab-)used). With --enable-unicode3, no practical limit exists. 74 be (ab-)used). With --enable-unicode3, no practical limit exists.
78 78
79 The combining table also contains entries for arabic presentation 79 The combining table also contains entries for arabic presentation
80 forms, but these are not currently used. Bug me if you want these to 80 forms, but these are not currently used. Bug me if you want these to
81 be used (and tell me how these are to be used...). 81 be used (and tell me how these are to be used...).
82 82
83 --enable-fallback(=CLASS) (default: Rxvt) 83 --enable-fallback[=CLASS] (default: Rxvt)
84 When reading resource settings, also read settings for class CLASS. 84 When reading resource settings, also read settings for class CLASS.
85 To disable resource fallback use --disable-fallback. 85 To disable resource fallback use --disable-fallback.
86 86
87 --with-res-name=NAME (default: urxvt) 87 --with-res-name=NAME (default: urxvt)
88 Use the given name as default application name when reading 88 Use the given name as default application name when reading
116 increase by a few megabytes even if no extra features are used 116 increase by a few megabytes even if no extra features are used
117 (mostly due to third-party libraries used by libAI). Memory 117 (mostly due to third-party libraries used by libAI). Memory
118 footprint may somewhat be lowered if libAfterImage is configured 118 footprint may somewhat be lowered if libAfterImage is configured
119 without support for SVG. 119 without support for SVG.
120 120
121 --enable-pixbuf (default: off) 121 --enable-pixbuf (default: on)
122 Add support for GDK-PixBuf to be used for background images. It adds 122 Add support for GDK-PixBuf to be used for background images. It adds
123 support for many file formats including JPG, PNG, TIFF, GIF, XPM, 123 support for many file formats including JPG, PNG, TIFF, GIF, XPM,
124 BMP, ICO and TGA. 124 BMP, ICO and TGA.
125 125
126 --enable-transparency (default: on) 126 --enable-transparency (default: on)
127 Add support for using the root pixmap as background to simulate 127 Add support for using the root pixmap as background to simulate
128 transparency. Note that tint, blur and blend effects depend on 128 transparency. Note that blur and blend effects depend on
129 libAfterImage or on libXrender and on the availability of the RENDER 129 libAfterImage or on libXrender and on the availability of the RENDER
130 extension in the X server. 130 extension in the X server.
131 131
132 --enable-fading (default: on) 132 --enable-fading (default: on)
133 Add support for fading the text when focus is lost. 133 Add support for fading the text when focus is lost.
179 user-pty (-pty-fd) 179 user-pty (-pty-fd)
180 hold on exit (-hold) 180 hold on exit (-hold)
181 compile in built-in block graphics 181 compile in built-in block graphics
182 skip builtin block graphics (-sbg) 182 skip builtin block graphics (-sbg)
183 separate highlight colour (-highlightColor, -highlightTextColor) 183 separate highlight colour (-highlightColor, -highlightTextColor)
184 extended mouse reporting modes (1005 and 1015).
184 185
185 It also enables some non-essential features otherwise disabled, such 186 It also enables some non-essential features otherwise disabled, such
186 as: 187 as:
187 188
188 some round-trip time optimisations 189 some round-trip time optimisations

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines