Nepomuk-core-4.12.2

Introduction to Nepomuk-core

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.

This package is known to build and work properly using an LFS-7.5 platform.

Package Information

Nepomuk-core Dependencies

Required

kdelibs-4.12.2

Recommended

Optional

libepub and Mobipocket

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nepomuk-core

Installation of Nepomuk-core

Install nepomuk-core by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

This package does not come with a working test suite.

Now, as the root user:

make install

Contents

Installed Programs: nepomuk-simplesource-rcgen, nepomuk2-rcgen, nepomukbackup, nepomukcleaner, nepomukindexer, nepomukserver and nepomukservicestub
Installed Libraries: libkdeinit4_nepomukserver.so, libnepomukcommon.so, libnepomukcore.so and several in $KDE_PREFIX/lib/kde4
Installed Directories: $KDE_PREFIX/include/nepomuk2, $KDE_PREFIX/include/Nepomuk2, $KDE_PREFIX/lib/cmake/NepomukCore and several in $KDE_PREFIX/share/apps

Last updated on 2014-02-27 20:59:01 -0800