source: server/databases/sqlite.xml@ 98c91f4c

systemd-13485
Last change on this file since 98c91f4c was 98c91f4c, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to libndp-1.6 (systemd)
Update to highlight-3.28 (systemd)
Update to rest-0.8.0 (systemd)
Fixed my old GCC6 tags to match trunk's style for easier merging
GCC6 Tags
LFS79 Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17380 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.2 KB
Line 
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
7 <!ENTITY sqlite-dl-version "3120200">
8 <!ENTITY sqlite-doc-version "3120200">
9
10 <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
11 <!ENTITY sqlite-download-ftp " ">
12 <!ENTITY sqlite-md5sum "c552a133aca1ce1d647163d9e4320200">
13 <!ENTITY sqlite-size "2.3 MB">
14 <!ENTITY sqlite-buildsize "83 MB (with Optional Documentation)">
15 <!ENTITY sqlite-time "0.6 SBU">
16
17 <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
18 <!ENTITY sqlite-docs-md5sum "8d4572295e17612b8f2e17ef60707ba4">
19 <!ENTITY sqlite-docs-size "5.2 MB">
20]>
21
22<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
23 <?dbhtml filename="sqlite.html"?>
24
25 <sect1info>
26 <othername>$LastChangedBy$</othername>
27 <date>$Date$</date>
28 </sect1info>
29
30 <title>SQLite-&sqlite-version;</title>
31
32 <indexterm zone="sqlite">
33 <primary sortas="a-SQLite">SQLite</primary>
34 </indexterm>
35
36 <sect2 role="package">
37 <title>Introduction to SQLite</title>
38
39 <para>
40 The <application>SQLite</application> package is a software library that
41 implements a self-contained, serverless, zero-configuration, transactional
42 SQL database engine.
43 </para>
44
45 &lfs79_checked;&gcc6_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&sqlite-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&sqlite-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &sqlite-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &sqlite-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &sqlite-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &sqlite-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
82 <itemizedlist spacing="compact">
83 <title>Optional Documentation</title>
84 <listitem>
85 <para>
86 Download (HTTP): <ulink url="&sqlite-docs-download;"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 Download MD5 sum: &sqlite-docs-md5sum;
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 Download size: &sqlite-docs-size;
97 </para>
98 </listitem>
99 </itemizedlist>
100
101 <bridgehead renderas="sect3">SQLite Dependencies</bridgehead>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink> and
106 <xref linkend="unzip"/> (required to unzip the documentation)
107 </para>
108
109 <para condition="html" role="usernotes">
110 User Notes: <ulink url="&blfs-wiki;/sqlite"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of SQLite</title>
116
117 <para>
118 If you downloaded the optional documentation, issue the following command
119 to install the documentation into the source tree:
120 </para>
121
122<screen><userinput>unzip -q ../sqlite-doc-&sqlite-doc-version;.zip</userinput></screen>
123
124 <para>
125 Install <application>SQLite</application> by running the following
126 commands:
127 </para>
128
129<screen><userinput>./configure --prefix=/usr --disable-static \
130 CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
131 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
132 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
133 -DSQLITE_SECURE_DELETE=1 \
134 -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
135make</userinput></screen>
136
137 <para>
138 This package does not come with a test suite.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>make install</userinput></screen>
146
147 <para>
148 If you downloaded the optional documentation, issue the following commands
149 as the <systemitem class="username">root</systemitem> user to install it:
150 </para>
151
152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; &amp;&amp;
153cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
154
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/static-libraries.xml"/>
162
163 <para>
164 <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
165 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
166 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>:
167 Applications such as <application>Firefox</application> require secure
168 delete and enable unlock notify to be turned on. Since
169 <application>firefox-41</application> the dbstat virtual table is also
170 required. The only way to do this is to include them in the
171 CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
172 specify that to preserve those settings. You may, of course, wish to omit
173 the <literal>'-g'</literal> if you do not wish to create debugging
174 information. For further information on what can be specified see
175 <ulink url="http://www.sqlite.org/compile.html"/>.
176 </para>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Program</segtitle>
185 <segtitle>Installed Library</segtitle>
186 <segtitle>Installed Directory</segtitle>
187
188 <seglistitem>
189 <seg>
190 sqlite3
191 </seg>
192 <seg>
193 libsqlite3.so
194 </seg>
195 <seg>
196 /usr/share/doc/sqlite-&sqlite-version;
197 </seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="sqlite3">
207 <term><command>sqlite3</command></term>
208 <listitem>
209 <para>
210 A terminal-based front-end to the <application>SQLite</application>
211 library that can evaluate queries interactively and display the
212 results.
213 </para>
214 <indexterm zone="sqlite sqlite3">
215 <primary sortas="b-sqlite3">sqlite3</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libsqlite3">
221 <term><filename class="libraryfile">libsqlite3.so</filename></term>
222 <listitem>
223 <para>
224 contains the <application>SQLite</application> API functions.
225 </para>
226 <indexterm zone="sqlite libsqlite3">
227 <primary sortas="c-libsqlite3">libsqlite3.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.