Baloo-4.14.1

Introduction to Baloo

Baloo is a framework for searching and managing metadata.

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

Package Information

Baloo Dependencies

Required

Kdepimlibs-4.14.1, KFileMetaData-4.14.1, and Xapian-1.2.18

Optional

OpenSSL-1.0.1i

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/baloo

Installation of Baloo

Install Baloo 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: akonadi_baloo_indexer, baloo_file, baloo_file_cleaner, baloo_file_extractor, baloosearch and balooshow
Installed Libraries: libbaloocore.so, libbaloofiles.so, libbaloopim.so, libbalooxapian.so and several in $KDE_PREFIX/lib/kde4
Installed Directories: $KDE_PREFIX/include/baloo

Last updated on 2014-09-19 08:10:38 -0700