source: general/genlib/xapian.xml@ 0476a00

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 0476a00 was 0476a00, checked in by Ragnar Thomsen <rthomsen@…>, 10 years ago

Xapian 1.2.17. Forgot to add new xapian xml file in svn.

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

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[0476a00]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 "493117bf45e5471e86b4fc5d6d8069dc">
11 <!ENTITY xapian-size "3.0 MB">
12 <!ENTITY xapian-buildsize "45 MB">
13 <!ENTITY xapian-time "1.5 SBU">
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 Xapian is an open source search engine library.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&xapian-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&xapian-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &xapian-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &xapian-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &xapian-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &xapian-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/xapian"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of Xapian</title>
68
69 <para>Install <application>Xapian</application> by
70 running the following commands:</para>
71
72<screen><userinput>./configure --prefix=/usr \
73 --disable-static &amp;&amp;
74make</userinput></screen>
75
76 <para>
77 To run the test suite, issue: <command>make check</command>.
78 </para>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="content">
87 <title>Contents</title>
88
89 <segmentedlist>
90 <segtitle>Installed Programs</segtitle>
91 <segtitle>Installed Libraries</segtitle>
92 <segtitle>Installed Directories</segtitle>
93
94 <seglistitem>
95 <seg>
96 copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch,
97 xapian-check, xapian-chert-update, xapian-compact, xapian-config,
98 xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate,
99 xapian-replicate-server and xapian-tcpsrv
100 </seg>
101 <seg>
102 libxapian.so
103 </seg>
104 <seg>
105 /usr/include/xapian, /usr/lib/cmake/xapian and /usr/share/doc/xapian-core
106 </seg>
107 </seglistitem>
108 </segmentedlist>
109 </sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.