source: server/databases/sqlite.xml@ 4c77a949

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
Last change on this file since 4c77a949 was 4c77a949, checked in by Andrew Benton <andy@…>, 12 years ago

a bunch of lfs71_checked

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[e2a0e91]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[1f95134]7 <!ENTITY sqlite-dl-version "3071000">
[686435b]8 <!ENTITY sqlite-download-http "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
[e2a0e91]9 <!ENTITY sqlite-download-ftp " ">
[1f95134]10 <!ENTITY sqlite-md5sum "9ed2ca93577b58cfa0d01f64b9312ab9">
[686435b]11 <!ENTITY sqlite-size "1.7 MB">
12 <!ENTITY sqlite-buildsize "46 MB (includes optional documentation)">
[7d564a1]13 <!ENTITY sqlite-time "0.4 SBU">
[e5085ae1]14
[1f95134]15 <!ENTITY sqlite-docs-md5sum "d4c8070ea2cec54b77002c265e680b0f">
16 <!ENTITY sqlite-docs-size "3.5 MB">
[686435b]17 <!ENTITY sqlite-docs-download "http://sqlite.org/sqlite-doc-&sqlite-dl-version;.zip">
[e2a0e91]18]>
19
20<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
21 <?dbhtml filename="sqlite.html"?>
22
23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
27
28 <title>SQLite-&sqlite-version;</title>
29
30 <indexterm zone="sqlite">
31 <primary sortas="a-SQLite">SQLite</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to SQLite</title>
36
37 <para>The <application>SQLite</application> package is a software
38 library that implements a self-contained, serverless,
39 zero-configuration, transactional SQL database engine.</para>
40
[4c77a949]41 &lfs71_checked;
[49f7d8b]42
[e2a0e91]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&sqlite-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&sqlite-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &sqlite-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &sqlite-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &sqlite-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &sqlite-time;</para>
62 </listitem>
63 </itemizedlist>
64
[10e02da]65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing="compact">
67 <title>Optional Documentation</title>
68 <listitem>
69 <para>Download (HTTP): <ulink url="&sqlite-docs-download;"/></para>
70 </listitem>
71 <listitem>
72 <para>Download MD5 sum: &sqlite-docs-md5sum;</para>
73 </listitem>
74 <listitem>
75 <para>Download size: &sqlite-docs-size;</para>
76 </listitem>
77 </itemizedlist>
[e2a0e91]78
[780294af]79 <bridgehead renderas="sect3">SQLite Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
[1f95134]82 <para role="optional"><xref linkend="unzip"/> (required to unzip the
83 documentation)</para>
[780294af]84
[e2a0e91]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/sqlite"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of SQLite</title>
92
[e5085ae1]93 <para>If you downloaded the optional documentation, issue the following
94 command to install the documentation into the source tree:</para>
95
[1f95134]96<screen><userinput>unzip -q ../sqlite-doc-&sqlite-dl-version;.zip</userinput></screen>
[e5085ae1]97
[e2a0e91]98 <para>Install <application>SQLite</application> by running the following
99 commands:</para>
100
[48f85c3]101<screen><userinput>./configure --prefix=/usr --disable-static \
[1f95134]102 CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" &amp;&amp;
[e2a0e91]103make</userinput></screen>
104
[0f0bfc1]105 <para>This package does not come with a test suite.</para>
[e2a0e91]106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
[e5085ae1]111 <para>If you downloaded the optional documentation, issue the following
112 commands as the <systemitem class="username">root</systemitem> user to
113 install it:</para>
114
[780294af]115<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; &amp;&amp;
[1f95134]116cp -v -R sqlite-doc-&sqlite-dl-version;/* /usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
[e2a0e91]117 </sect2>
118
[bdf24aa4]119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
[1f95134]122 <para><parameter>CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE
123 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as
124 <application>firefox</application> require secure delete and enable unlock
125 notify to be turned on. The only way to do this is to include them in the
126 CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
127 specify that to preserve those settings. You may, of course, wish to omit
128 the <literal>'-g'</literal> if you do not wish to create debugging
129 information. For further information on what can be specified see <ulink
130 url="http://www.sqlite.org/compile.html"/>.</para>
[7d564a1]131
[1f95134]132 <para><parameter>--disable-static</parameter>: This parameter stops it
133 installing a static version of libsqlite3.</para>
[8a4d6726]134
135 <para><option>-DSQLITE_ENABLE_COLUMN_METADATA</option> : include this in
136 the CFLAGS if you want to use this as a system version for
137 <xref linkend="libgda"/>.</para>
138
[bdf24aa4]139 </sect2>
140
[e2a0e91]141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>sqlite3</seg>
[1f95134]151 <seg>libsqlite3.so</seg>
[e2a0e91]152 <seg>None</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="sqlite3">
162 <term><command>sqlite3</command></term>
163 <listitem>
164 <para>A terminal-based front-end to the <application>SQLite
165 </application> library that can evaluate queries interactively
166 and display the results.</para>
167 <indexterm zone="sqlite sqlite3">
168 <primary sortas="b-sqlite3">sqlite3</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libsqlite3">
[1f95134]174 <term><filename class='libraryfile'>libsqlite3.so</filename></term>
[e2a0e91]175 <listitem>
[1f95134]176 <para>Contains the <application>SQLite</application> API
177 functions.</para>
[e2a0e91]178 <indexterm zone="sqlite libsqlite3">
[1f95134]179 <primary sortas="c-libsqlite3">libsqlite3.so</primary>
[e2a0e91]180 </indexterm>
181 </listitem>
182 </varlistentry>
183 </variablelist>
184 </sect2>
185</sect1>
Note: See TracBrowser for help on using the repository browser.