Changeset e5085ae1 for server


Ignore:
Timestamp:
02/15/2010 01:27:35 AM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
571735d7
Parents:
94cf6e8
Message:

Updated to SQLite-3.6.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8253 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r94cf6e8 re5085ae1  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-download-http "http://sqlite.org/sqlite-3.6.16.tar.gz">
     7  <!ENTITY sqlite-download-http "http://sqlite.org/sqlite-amalgamation-&sqlite-version;.tar.gz">
    88  <!ENTITY sqlite-download-ftp  " ">
    9   <!ENTITY sqlite-md5sum        "d7c57e91fbeb630c19f82eec3ef73dae">
    10   <!ENTITY sqlite-size          "2.7 MB">
    11   <!ENTITY sqlite-buildsize     "33 MB">
    12   <!ENTITY sqlite-time          "0.5 SBU (Test suite is an additional 0.5 SBU)">
     9  <!ENTITY sqlite-md5sum        "b683b3903e79ab8a6d928dc9d4a56937">
     10  <!ENTITY sqlite-size          "1.4 MB">
     11  <!ENTITY sqlite-buildsize     "27 MB (includes optional documentation)">
     12  <!ENTITY sqlite-time          "0.5 SBU">
     13
     14  <!ENTITY sqlite-docs-version  "3_6_22">
     15  <!ENTITY sqlite-docs-download "http://sqlite.org/sqlite_docs_&sqlite-docs-version;.zip">
    1316]>
    1417
     
    5861    </itemizedlist>
    5962
    60     <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para role="optional"><xref linkend="tcl"/> (Required to run the test suite)</para>
     63    <!-- <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para role="optional"><xref linkend="tcl"/> (Required to run the test suite)</para> -->
     65
     66    <bridgehead renderas="sect4">Optional Documentation</bridgehead>
     67    <para role="optional"><ulink url="&sqlite-docs-download;"/></para>
    6268
    6369    <para condition="html" role="usernotes">User Notes:
     
    6874  <sect2 role="installation">
    6975    <title>Installation of SQLite</title>
     76
     77    <para>If you downloaded the optional documentation, issue the following
     78    command to install the documentation into the source tree:</para>
     79
     80<screen><userinput>unzip -q ../sqlite_docs_&sqlite-docs-version;.zip</userinput></screen>
    7081
    7182    <para>Install <application>SQLite</application> by running the following
     
    8091
    8192<screen role="root"><userinput>make install</userinput></screen>
     93
     94    <para>If you downloaded the optional documentation, issue the following
     95    commands as the <systemitem class="username">root</systemitem> user to
     96    install it:</para>
     97
     98<screen role="root"><userinput>install -v -m755 -d destdir/usr/share/doc/sqlite-&sqlite-version; &amp;
     99cp      -v -R       sqlite-&sqlite-docs-version;-docs/* \
     100                    destdir/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
    82101
    83102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.