Changeset 62431cb3
- Timestamp:
- 12/08/2011 01:03:49 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c5e64130
- Parents:
- dc1cfc46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/other/pidgin.xml
rdc1cfc46 r62431cb3 74 74 <xref linkend="nss"/></para> 75 75 76 <para>SSL support is required for the MSN Messenger and Google Talk77 protocol plugins. <application>GnuTLS</application> is the preferred method78 (the Mozilla nss API is more likely to change and this can cause79 problems).</para>76 <para>SSL support is required for the MSN Messenger, Yahoo!, Novel 77 Groupwise and Google Talk protocol plugins. 78 <application>GnuTLS</application> is the preferred method (the Mozilla nss 79 API is more likely to change and this can cause problems).</para> 80 80 81 81 <bridgehead renderas="sect4">Optional</bridgehead> … … 114 114 commands:</para> 115 115 116 <screen><userinput>LIBS="-lm -lX11" ./configure --prefix=/usr --disable-screensaver --disable-idn \ 117 --disable-meanwhile --disable-avahi --disable-nm --disable-tcl --disable-vv \ 116 <screen><userinput>LIBS="-lm -lX11" ./configure --prefix=/usr --disable-screensaver \ 117 --disable-meanwhile --disable-avahi --disable-nm --disable-tcl \ 118 --disable-nss --disable-gnutls --disable-idn --disable-vv \ 119 --disable-gtkspell --disable-gstreamer --disable-dbus \ 118 120 --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas && 119 121 make</userinput></screen> … … 159 161 160 162 <para><option>--disable-screensaver</option>: Remove this option if 161 you've installed <application>libXscrnsaver</application>.</para> 162 163 <para><option>--disable-idn</option>: Remove this option if you've 164 installed <xref linkend="libidn"/>.</para> 163 you installed <application>libXscrnsaver</application> before you installed 164 <application>libXext</application>.</para> 165 165 166 166 <para><option>--disable-meanwhile</option>: Remove this option if … … 179 179 installed <xref linkend="tcl"/>.</para> 180 180 181 <para><option>--disable-vv</option>: Disable video and voice. Remove this 181 <para><option>--disable-nss</option> <option>--disable-gnutls</option>: 182 Remove these options if you've installed 183 <xref linkend="gnutls"/>.</para> 184 185 <para><option>--disable-idn</option>: Remove this option if you've 186 installed <xref linkend="libidn"/>.</para> 187 188 <para><option>--disable-vv</option>: Video and voice. Remove this 182 189 option if you've installed <ulink 183 url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>.</para> 184 185 <para><option>--disable-gtkui</option>: use this option if you've not 190 url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>. 191 </para> 192 193 <para><option>--disable-gtkspell</option>: Spellchecking. Remove this 194 option if you've installed 195 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.</para> 196 197 <para><option>--disable-gstreamer</option>: Sounds. Remove this option if 198 you've installed <xref linkend="gstreamer"/>.</para> 199 200 <para><option>--disable-dbus</option>: Remove this option if you've 201 installed <xref linkend="dbus"/>.</para> 202 203 <para><option>--disable-gtkui</option>: Use this option if you've not 186 204 installed <xref linkend="gtk2"/> and you just want the 187 205 <application>Ncurses</application> based <command>finch</command>
Note:
See TracChangeset
for help on using the changeset viewer.