source: general/genlib/xapian.xml@ 169031f

krejzi/svn
Last change on this file since 169031f was 169031f, checked in by Krejzi <krejzi@…>, 10 years ago

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

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

  • Property mode set to 100644
File size: 3.7 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 "54ec8333757eb94dbde76d31d185af91">
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 &lfs76_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 \
88 --disable-static \
89 --docdir=/usr/share/doc/xapian-core-&xapian-version; &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue: <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/static-libraries.xml"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch,
123 xapian-check, xapian-chert-update, xapian-compact, xapian-config,
124 xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate,
125 xapian-replicate-server and xapian-tcpsrv
126 </seg>
127 <seg>
128 libxapian.so
129 </seg>
130 <seg>
131 /usr/include/xapian,
132 /usr/lib/cmake/xapian and
133 /usr/share/doc/xapian-core-&xapian-version;
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.