source: general/genlib/xapian.xml@ 12cb8c2d

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

Checks and fixes.

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

  • Property mode set to 100644
File size: 3.6 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 " ">
[61d3ccfe]10 <!ENTITY xapian-md5sum "0ccbf68ade12e7b1ead10c57f4447899">
11 <!ENTITY xapian-size "3.1 MB">
[5f942675]12 <!ENTITY xapian-buildsize "175 MB (Additional 220 MB for tests)">
13 <!ENTITY xapian-time "1.5 SBU (Additional 22 SBU for tests)">
[0476a00]14]>
15
[61d3ccfe]16<sect1 id="xapian" xreflabel="Xapian-&xapian-version;">
[0476a00]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">
[61d3ccfe]27 <primary sortas="a-Xapian">Xapian</primary>
[0476a00]28 </indexterm>
29
30 <sect2 role="package">
[61d3ccfe]31 <title>Introduction to Xapian</title>
[0476a00]32
33 <para>
[61d3ccfe]34 <application>Xapian</application> is an open source search
35 engine library.
[0476a00]36 </para>
37
[12cb8c2d]38 &lfs76_checked;
[0476a00]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[61d3ccfe]43 <para>
44 Download (HTTP): <ulink url="&xapian-download-http;"/>
45 </para>
[0476a00]46 </listitem>
47 <listitem>
[61d3ccfe]48 <para>
49 Download (FTP): <ulink url="&xapian-download-ftp;"/>
50 </para>
[0476a00]51 </listitem>
52 <listitem>
[61d3ccfe]53 <para>
54 Download MD5 sum: &xapian-md5sum;
55 </para>
[0476a00]56 </listitem>
57 <listitem>
[61d3ccfe]58 <para>
59 Download size: &xapian-size;
60 </para>
[0476a00]61 </listitem>
62 <listitem>
[61d3ccfe]63 <para>
64 Estimated disk space required: &xapian-buildsize;
65 </para>
[0476a00]66 </listitem>
67 <listitem>
[61d3ccfe]68 <para>
69 Estimated build time: &xapian-time;
70 </para>
[0476a00]71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
[61d3ccfe]75 <ulink url="&blfs-wiki;/xapian"/>
76 </para>
[0476a00]77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Xapian</title>
81
[61d3ccfe]82 <para>
83 Install <application>Xapian</application> by running the following
84 commands:
85 </para>
[0476a00]86
[61d3ccfe]87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[0476a00]88make</userinput></screen>
89
90 <para>
[61d3ccfe]91 To test the results, issue: <command>make check</command>.
[0476a00]92 </para>
93
[61d3ccfe]94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
[0476a00]97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
[8813faa0]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
[0476a00]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>
[61d3ccfe]129 /usr/include/xapian,
130 /usr/lib/cmake/xapian and
131 /usr/share/doc/xapian-core
[0476a00]132 </seg>
133 </seglistitem>
134 </segmentedlist>
[61d3ccfe]135
[0476a00]136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.