Author: randy
Date: 2010-02-14 18:27:35 -0700 (Sun, 14 Feb 2010)
New Revision: 8253
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/sqlite.xml
Log:
Updated to SQLite-3.6.22
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-02-14 17:51:45 UTC (rev 8252)
+++ trunk/BOOK/general.ent 2010-02-15 01:27:35 UTC (rev 8253)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@@ -457,7 +457,7 @@
<!ENTITY db-version "4.5.20">
<!ENTITY mysql-version "5.1.42">
<!ENTITY postgresql-version "8.2.4">
-<!ENTITY sqlite-version "3.6.16">
+<!ENTITY sqlite-version "3.6.22">
<!-- Obsolete
-->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 17:51:45 UTC
(rev 8252)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-15 01:27:35 UTC
(rev 8253)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>February 15th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to SQLite-3.6.22.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 14th, 2010</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/sqlite.xml
===================================================================
--- trunk/BOOK/server/databases/sqlite.xml 2010-02-14 17:51:45 UTC (rev
8252)
+++ trunk/BOOK/server/databases/sqlite.xml 2010-02-15 01:27:35 UTC (rev
8253)
@@ -4,12 +4,15 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY sqlite-download-http "http://sqlite.org/sqlite-3.6.16.tar.gz">
+ <!ENTITY sqlite-download-http
"http://sqlite.org/sqlite-amalgamation-&sqlite-version;.tar.gz">
<!ENTITY sqlite-download-ftp " ">
- <!ENTITY sqlite-md5sum "d7c57e91fbeb630c19f82eec3ef73dae">
- <!ENTITY sqlite-size "2.7 MB">
- <!ENTITY sqlite-buildsize "33 MB">
- <!ENTITY sqlite-time "0.5 SBU (Test suite is an additional 0.5
SBU)">
+ <!ENTITY sqlite-md5sum "b683b3903e79ab8a6d928dc9d4a56937">
+ <!ENTITY sqlite-size "1.4 MB">
+ <!ENTITY sqlite-buildsize "27 MB (includes optional documentation)">
+ <!ENTITY sqlite-time "0.5 SBU">
+
+ <!ENTITY sqlite-docs-version "3_6_22">
+ <!ENTITY sqlite-docs-download
"http://sqlite.org/sqlite_docs_&sqlite-docs-version;.zip">
]>
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
@@ -57,9 +60,12 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="tcl"/> (Required to run the test
suite)</para>
+ <!-- <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="tcl"/> (Required to run the test
suite)</para> -->
+ <bridgehead renderas="sect4">Optional Documentation</bridgehead>
+ <para role="optional"><ulink url="&sqlite-docs-download;"/></para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/sqlite"/></para>
@@ -68,6 +74,11 @@
<sect2 role="installation">
<title>Installation of SQLite</title>
+ <para>If you downloaded the optional documentation, issue the following
+ command to install the documentation into the source tree:</para>
+
+<screen><userinput>unzip -q
../sqlite_docs_&sqlite-docs-version;.zip</userinput></screen>
+
<para>Install <application>SQLite</application> by running the following
commands:</para>
@@ -80,6 +91,14 @@
<screen role="root"><userinput>make install</userinput></screen>
+ <para>If you downloaded the optional documentation, issue the following
+ commands as the <systemitem class="username">root</systemitem> user to
+ install it:</para>
+
+<screen role="root"><userinput>install -v -m755 -d
destdir/usr/share/doc/sqlite-&sqlite-version; &
+cp -v -R sqlite-&sqlite-docs-version;-docs/* \
+
destdir/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
+
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page