Changeset 399ad9de
- Timestamp:
- 10/02/2003 07:21:39 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- d218887
- Parents:
- adf16b07
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
content/content.ent
radf16b07 r399ad9de 4 4 <!ENTITY content-databases SYSTEM "databases/databases.xml"> 5 5 <!ENTITY % db SYSTEM "databases/db/db.ent"> 6 <!ENTITY % db-3.1 SYSTEM "databases/db-3.1/db-3.1.ent">7 6 <!ENTITY % db-3.3 SYSTEM "databases/db-3.3/db-3.3.ent"> 8 7 <!ENTITY % mysql SYSTEM "databases/mysql/mysql.ent"> 9 8 <!ENTITY % postgres SYSTEM "databases/postgres/postgres.ent"> 10 9 %db; 11 %db-3.1;12 10 %db-3.3; 13 11 %mysql; -
content/databases/databases.xml
radf16b07 r399ad9de 10 10 11 11 &db; 12 &db-3.1;13 12 &db-3.3; 14 13 &mysql; -
introduction/welcome/changelog.xml
radf16b07 r399ad9de 12 12 <itemizedlist> 13 13 14 <listitem><para>October 2nd, 2003 [igor]: Modified Evolution 15 instructions.</para></listitem> 16 14 17 <listitem><para>October 2nd, 2003 [bdubbs]: Removed libpng 15 18 from Qt requirement list. Its required in XFree86.</para></listitem> … … 17 20 <listitem><para>October 2nd, 2003 [bdubbs]: Updated Qt to 18 21 version 3.2.1.</para></listitem> 22 23 <listitem><para>October 2nd, 2003 [igor]: Added missing http/ftp links (part 24 XI).</para></listitem> 19 25 20 26 <listitem><para>October 2nd, 2003 [bdubbs]: Updated XFree86 instructions -
xsoft/office/evolution/evolution-exp.xml
radf16b07 r399ad9de 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--with-db3=/opt/db-&db-3.1-version;</parameter>: Specify 5 the location where db-&db-3.1-version; is installed.</para> 4 <para><option>--enable-compat185</option>: Build support for older 5 database files.</para> 6 7 <para><parameter>--prefix=/opt/db-3.1.17</parameter>: This 8 version of the Berkeley Database should not be installed in <filename 9 class="directory">/usr</filename>, as it is only needed for the building 10 of <application>Evolution</application>.</para> 11 12 <para><parameter>--with-db3=/opt/db-3.1.17</parameter>: Specify 13 the location where db-3.1.17 is installed.</para> 6 14 7 15 <para><option>--enable-openssl</option>: This flag will compile … … 13 21 <application>Evolution</application>.</para> 14 22 15 16 23 </sect2> 17 -
xsoft/office/evolution/evolution-inst.xml
radf16b07 r399ad9de 2 2 <title>Installation of <application>Evolution</application></title> 3 3 4 <note><para><xref linkend="db-3.1"></xref> must be installed 5 temporarily in order to install 6 <application>Evolution</application>.</para></note> 4 <note><para><application>Evolution</application> requires 5 <application>Berkeley DB</application>-3.1.17. The details on 6 "why" are in the <filename>README</filename> file distibuted with the 7 <application>Evolution</application> source code. <application>Evolution 8 </application> links to the library statically, hence this book installs 9 the <application>Berkeley DB</application>-3.1.17 in <filename 10 class="directory">/opt</filename>, which can be removed once 11 <application>Evolution</application> is installed.</para></note> 12 13 <para>Install <application>Berkeley DB</application>-3.1.17 by 14 running the following commands:</para> 15 16 <screen><userinput><command>cd build_unix && 17 ../dist/configure --prefix=/opt/db-3.1.17 --enable-compat185 18 && 19 make && 20 make install</command></userinput></screen> 7 21 8 22 <para>Install <application>Evolution</application> by running the following 9 23 commands:</para> 10 24 11 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-db3=/opt/db- &db-3.1-version;--enable-openssl &&25 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-db3=/opt/db-3.1.17 --enable-openssl && 12 26 make && 13 27 make install</command></userinput></screen> 14 28 15 29 <para>Optionally, you may remove <application>Berkeley 16 DB</application>- &db-3.1-version;installed above with this command:</para>30 DB</application>-3.1.17 installed above with this command:</para> 17 31 18 <screen><userinput><command>rm -rf /opt/db- &db-3.1-version;</command></userinput></screen>32 <screen><userinput><command>rm -rf /opt/db-3.1.17</command></userinput></screen> 19 33 20 34 </sect2> -
xsoft/office/evolution/evolution-intro.xml
radf16b07 r399ad9de 18 18 </sect3> 19 19 20 <sect3><title>Additional downloads</title> 21 <itemizedlist spacing='compact'> 22 <listitem><para>Required application: <ulink 23 url="http://ftp2.nchu.edu.tw/UNIX/Database/BerkeleyDB/db-3.1.17;.tar.gz"/></para></listitem> 24 </itemizedlist></sect3> 25 20 26 <sect3><title><application>Evolution</application> dependencies</title> 21 27 <sect4><title>Required</title> 22 <para><xref linkend="openssl"/>, <xref linkend="db-3.1"/>, <xref linkend="libgnomeprintui"/> and <xref linkend="gtkhtml2"/></para></sect4> 28 <para><xref linkend="openssl"/>, 29 <xref linkend="libgnomeprintui"/> and <xref linkend="gtkhtml2"/></para></sect4> 23 30 <sect4><title>Optional</title> 24 31 <para><xref linkend="openldap"/> and <xref linkend="gtk-doc"/></para></sect4>
Note:
See TracChangeset
for help on using the changeset viewer.