2012-08-08 23:38:30 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY nepomuk-core-download-http "&kde-download-http;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
|
|
|
|
<!ENTITY nepomuk-core-download-ftp "&kde-download-ftp;&kde-version;/src/nepomuk-core-&kde-version;.tar.xz">
|
2013-01-06 01:20:28 +08:00
|
|
|
<!ENTITY nepomuk-core-md5sum "0182ca4735278484c9b78ec5ecf0b825">
|
|
|
|
<!ENTITY nepomuk-core-size "384 KB">
|
|
|
|
<!ENTITY nepomuk-core-buildsize "35 MB">
|
2012-08-08 23:38:30 +08:00
|
|
|
<!ENTITY nepomuk-core-time "0.3 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="nepomuk-core" xreflabel="nepomuk-core-&kde-version;">
|
|
|
|
<?dbhtml filename="nepomuk-core.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Nepomuk-core-&kde-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="nepomuk-core">
|
|
|
|
<primary sortas="a-nepomuk-core">nepomuk-core</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Nepomuk-core</title>
|
|
|
|
|
|
|
|
<para>Nepomuk-core contains the Semantik Desktop core libraries. This
|
|
|
|
includes central services like file indexing, file system monitoring,
|
|
|
|
query, and of course storage, as well as the corresponding client
|
|
|
|
libraries.</para>
|
|
|
|
|
2012-09-14 03:44:45 +08:00
|
|
|
&lfs72_checked;
|
2012-08-08 23:38:30 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&nepomuk-core-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&nepomuk-core-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &nepomuk-core-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &nepomuk-core-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &nepomuk-core-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &nepomuk-core-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
|
|
|
<para>Required patch: <ulink
|
|
|
|
url="&patch-root;/nepomuk-core-&kde-version;-rpc_fix-1.patch"/></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Nepomuk-core Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="kdelibs"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/nepomuk-core"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Nepomuk-core</title>
|
|
|
|
|
|
|
|
<para>Install <application>nepomuk-core</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2013-01-06 01:20:28 +08:00
|
|
|
<!-- Nothing is installed in sysconfdir ... -->
|
2012-08-08 23:38:30 +08:00
|
|
|
<screen><userinput>mkdir build &&
|
|
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
2013-01-06 01:20:28 +08:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2012-08-08 23:38:30 +08:00
|
|
|
.. &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>nepomuk-simplesource-rcgen, nepomukbackup, nepomukindexer,
|
|
|
|
nepomukserver and nepomukservicestub</seg>
|
|
|
|
<seg>libkdeinit4_nepomukserver.so, libnepomukcommon.so,
|
|
|
|
libnepomukcore.so, libnepomuksync.so and several in
|
|
|
|
&kde-dir;/lib/kde4</seg>
|
|
|
|
<seg>&kde-dir;/include/nepomuk2, &kde-dir;/include/Nepomuk2,
|
|
|
|
&kde-dir;/lib/cmake/NepomukCore and several in &kde-dir;/share/apps</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2013-01-06 01:20:28 +08:00
|
|
|
|
2012-08-08 23:38:30 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|