source: server/databases/sqlite.xml@ cb0bbd2

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

Update to gjs-1.43.3
Update to libsecret-0.18.3
Update to sqlite-3.8.11.1
Update to nss-3.19.3
Update to gsettings-desktop-schemas-3.16.1
Update to firefox-40.0.2
Added some short descriptions by Denis.

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

  • Property mode set to 100644
File size: 7.0 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 "3081101">
8 <!ENTITY sqlite-doc-version "3081101">
9
10 <!ENTITY sqlite-download-http "https://www.sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
11 <!ENTITY sqlite-download-ftp " ">
12 <!ENTITY sqlite-md5sum "298c8d6af7ca314f68de92bc7a356cbe">
13 <!ENTITY sqlite-size "2.0 MB">
14 <!ENTITY sqlite-buildsize "56 MB (with Documentation)">
15 <!ENTITY sqlite-time "0.5 SBU">
16
17 <!ENTITY sqlite-docs-download "https://www.sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
18 <!ENTITY sqlite-docs-md5sum "29fc9f4d2346187b11c09f867d69b427">
19 <!ENTITY sqlite-docs-size "4.9 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 &lfs77_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 <xref linkend="unzip"/> (required to unzip the documentation)
106 </para>
107
108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/sqlite"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of SQLite</title>
115
116 <note>
117 <para>
118 This package does not support parallel build.
119 </para>
120 </note>
121
122 <para>
123 If you downloaded the optional documentation, issue the following command
124 to install the documentation into the source tree:
125 </para>
126
127<screen><userinput>unzip -q ../sqlite-doc-&sqlite-doc-version;.zip</userinput></screen>
128
129 <para>
130 Install <application>SQLite</application> by running the following
131 commands:
132 </para>
133
134<screen><userinput>./configure --prefix=/usr --disable-static \
135 CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
136 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
137 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
138 -DSQLITE_SECURE_DELETE=1" &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 This package does not come with a test suite.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>make install</userinput></screen>
150
151 <para>
152 If you downloaded the optional documentation, issue the following commands
153 as the <systemitem class="username">root</systemitem> user to install it:
154 </para>
155
156<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; &amp;&amp;
157cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
158
159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/static-libraries.xml"/>
166
167 <para>
168 <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
169 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
170 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"</parameter>: Applications such as
171 <application>Firefox</application> require secure delete and enable unlock
172 notify to be turned on. The only way to do this is to include them in the
173 CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
174 specify that to preserve those settings. You may, of course, wish to omit
175 the <literal>'-g'</literal> if you do not wish to create debugging
176 information. For further information on what can be specified see
177 <ulink url="http://www.sqlite.org/compile.html"/>.
178 </para>
179
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Program</segtitle>
187 <segtitle>Installed Library</segtitle>
188 <segtitle>Installed Directory</segtitle>
189
190 <seglistitem>
191 <seg>
192 sqlite3
193 </seg>
194 <seg>
195 libsqlite3.so
196 </seg>
197 <seg>
198 /usr/share/doc/sqlite-&sqlite-version;
199 </seg>
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="sqlite3">
209 <term><command>sqlite3</command></term>
210 <listitem>
211 <para>
212 A terminal-based front-end to the <application>SQLite</application>
213 library that can evaluate queries interactively and display the
214 results.
215 </para>
216 <indexterm zone="sqlite sqlite3">
217 <primary sortas="b-sqlite3">sqlite3</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libsqlite3">
223 <term><filename class="libraryfile">libsqlite3.so</filename></term>
224 <listitem>
225 <para>
226 contains the <application>SQLite</application> API functions.
227 </para>
228 <indexterm zone="sqlite libsqlite3">
229 <primary sortas="c-libsqlite3">libsqlite3.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.