Changeset 8ba058e7
- Timestamp:
- 05/20/2004 08:59:18 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ee2025f
- Parents:
- 526b398
- Location:
- xsoft/office/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/office/evolution/evolution-exp.xml
r526b398 r8ba058e7 2 2 <title>Command explanations</title> 3 3 4 <para>< option>--enable-compat185</option>: Build support for older4 <para><parameter>--enable-compat185</parameter>: Build support for older 5 5 database files.</para> 6 6 … … 13 13 the location where db-3.1.17 is installed.</para> 14 14 15 <para>< option>--enable-openssl</option>: This flag will compile15 <para><parameter>--enable-openssl</parameter>: This flag will compile 16 16 <acronym>SSL</acronym> support into 17 17 <application>Evolution</application>.</para> 18 18 19 <para>< option>--with-openldap</option>: This flag will compile19 <para><parameter>--with-openldap</parameter>: This flag will compile 20 20 <acronym>LDAP</acronym> support into 21 21 <application>Evolution</application>.</para> -
xsoft/office/evolution/evolution-inst.xml
r526b398 r8ba058e7 23 23 24 24 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 25 --with-db3=/opt/db-3.1.17 --enable-openssl &&25 --with-db3=/opt/db-3.1.17 --enable-openssl && 26 26 make && 27 27 make install</command></userinput></screen> -
xsoft/office/evolution/evolution-intro.xml
r526b398 r8ba058e7 26 26 <sect3><title><application>Evolution</application> dependencies</title> 27 27 <sect4><title>Required</title> 28 <para><xref linkend="openssl"/>, <xref linkend="libsoup"/>(version 1.99.28 required) and <xref linkend="gtkhtml"/>(version 3.0.10 required, 29 which requires GAL-1.99.11 and will utilize libsoup-1.99.28)</para></sect4> 28 <para> 29 <xref linkend="openssl"/>, 30 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/libsoup/1.99/">libsoup-1.99.<replaceable>X</replaceable></ulink>, 31 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gal/1.99/">GAL-1.99.<replaceable>X</replaceable></ulink>, and 32 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/3.0/">GtkHTML-3.0.<replaceable>X</replaceable></ulink> 33 </para></sect4> 30 34 <sect4><title>Optional</title> 31 35 <para><xref linkend="openldap"/> and <xref linkend="gtk-doc"/></para></sect4>
Note:
See TracChangeset
for help on using the changeset viewer.