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 nepomuk-core-download-http "&kde-download-http;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
|
---|
8 | <!ENTITY nepomuk-core-download-ftp "&kde-download-ftp;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
|
---|
9 | <!ENTITY nepomuk-core-md5sum "8f9a7ae4c7e3231227b696154edb5bc0">
|
---|
10 | <!ENTITY nepomuk-core-size "357 KB">
|
---|
11 | <!ENTITY nepomuk-core-buildsize "37 MB">
|
---|
12 | <!ENTITY nepomuk-core-time "1.3 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="nepomuk-core" xreflabel="nepomuk-core-&kde-version;">
|
---|
16 | <?dbhtml filename="nepomuk-core.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Nepomuk-core-&kde-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="nepomuk-core">
|
---|
26 | <primary sortas="a-nepomuk-core">nepomuk-core</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Nepomuk-core</title>
|
---|
31 |
|
---|
32 | <para>Nepomuk-core contains the Semantik Desktop core libraries. This
|
---|
33 | includes central services like file indexing, file system monitoring,
|
---|
34 | query, and of course storage, as well as the corresponding client
|
---|
35 | libraries.</para>
|
---|
36 |
|
---|
37 | &lfs72_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>Download (HTTP): <ulink url="&nepomuk-core-download-http;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download (FTP): <ulink url="&nepomuk-core-download-ftp;"/></para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download MD5 sum: &nepomuk-core-md5sum;</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Download size: &nepomuk-core-size;</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Estimated disk space required: &nepomuk-core-buildsize;</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Estimated build time: &nepomuk-core-time;</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 |
|
---|
61 | <!--
|
---|
62 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
63 | <itemizedlist spacing='compact'>
|
---|
64 | <listitem>
|
---|
65 | <para>Required patch: <ulink
|
---|
66 | url="&patch-root;/nepomuk-core-&kde-version;-rpc_fix-1.patch"/></para>
|
---|
67 | </listitem>
|
---|
68 | </itemizedlist>
|
---|
69 | -->
|
---|
70 |
|
---|
71 | <bridgehead renderas="sect3">Nepomuk-core Dependencies</bridgehead>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
74 | <para role="required">
|
---|
75 | <xref linkend="kdelibs"/>
|
---|
76 | </para>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
79 | <para role="recommended">
|
---|
80 | <xref linkend="poppler"/>,
|
---|
81 | <xref linkend="taglib"/>,
|
---|
82 | <xref linkend="exiv2"/> and
|
---|
83 | <xref linkend="ffmpeg"/>
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <para condition="html" role="usernotes">User Notes:
|
---|
87 | <ulink url="&blfs-wiki;/nepomuk-core"/>
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | </sect2>
|
---|
91 |
|
---|
92 | <sect2 role="installation">
|
---|
93 | <title>Installation of Nepomuk-core</title>
|
---|
94 |
|
---|
95 | <para>Install <application>nepomuk-core</application> by running the following
|
---|
96 | commands:</para>
|
---|
97 |
|
---|
98 | <!-- Nothing is installed in sysconfdir ... -->
|
---|
99 | <screen><userinput>mkdir build &&
|
---|
100 | cd build &&
|
---|
101 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
102 | -DCMAKE_BUILD_TYPE=Release \
|
---|
103 | .. &&
|
---|
104 | make</userinput></screen>
|
---|
105 |
|
---|
106 | <para>This package does not come with a working test suite.</para>
|
---|
107 |
|
---|
108 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
109 |
|
---|
110 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
111 |
|
---|
112 | </sect2>
|
---|
113 |
|
---|
114 | <sect2 role="content">
|
---|
115 | <title>Contents</title>
|
---|
116 |
|
---|
117 | <segmentedlist>
|
---|
118 | <segtitle>Installed Programs</segtitle>
|
---|
119 | <segtitle>Installed Libraries</segtitle>
|
---|
120 | <segtitle>Installed Directories</segtitle>
|
---|
121 |
|
---|
122 | <seglistitem>
|
---|
123 | <seg>nepomuk-simplesource-rcgen, nepomuk2-rcgen, nepomukbackup,
|
---|
124 | nepomukcleaner, nepomukindexer, nepomukserver and
|
---|
125 | nepomukservicestub</seg>
|
---|
126 | <seg>libkdeinit4_nepomukserver.so, libnepomukcommon.so,
|
---|
127 | libnepomukcore.so and several in
|
---|
128 | &kde-dir;/lib/kde4</seg>
|
---|
129 | <seg>&kde-dir;/include/nepomuk2, &kde-dir;/include/Nepomuk2,
|
---|
130 | &kde-dir;/lib/cmake/NepomukCore and several in
|
---|
131 | &kde-dir;/share/apps</seg>
|
---|
132 | </seglistitem>
|
---|
133 | </segmentedlist>
|
---|
134 |
|
---|
135 | </sect2>
|
---|
136 |
|
---|
137 | </sect1>
|
---|