source: general/genlib/xapian.xml@ 5f942675

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 5f942675 was 5f942675, checked in by Krejzi <krejzi@…>, 10 years ago

Fix typos and make a mental note 'do not commit drunk'.

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

  • Property mode set to 100644
File size: 3.6 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 xapian-download-http
8 "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
9 <!ENTITY xapian-download-ftp " ">
10 <!ENTITY xapian-md5sum "0ccbf68ade12e7b1ead10c57f4447899">
11 <!ENTITY xapian-size "3.1 MB">
12 <!ENTITY xapian-buildsize "175 MB (Additional 220 MB for tests)">
13 <!ENTITY xapian-time "1.5 SBU (Additional 22 SBU for tests)">
14]>
15
16<sect1 id="xapian" xreflabel="Xapian-&xapian-version;">
17 <?dbhtml filename="xapian.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xapian-&xapian-version;</title>
25
26 <indexterm zone="xapian">
27 <primary sortas="a-Xapian">Xapian</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xapian</title>
32
33 <para>
34 <application>Xapian</application> is an open source search
35 engine library.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xapian-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xapian-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xapian-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xapian-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xapian-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xapian-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/xapian"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Xapian</title>
81
82 <para>
83 Install <application>Xapian</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/static-libraries.xml"/>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch,
121 xapian-check, xapian-chert-update, xapian-compact, xapian-config,
122 xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate,
123 xapian-replicate-server and xapian-tcpsrv
124 </seg>
125 <seg>
126 libxapian.so
127 </seg>
128 <seg>
129 /usr/include/xapian,
130 /usr/lib/cmake/xapian and
131 /usr/share/doc/xapian-core
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.