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 platform.

Package Information

Baloo Dependencies

Required

kdepimlibs-4.14.1, kfilemetadata-4.14.1, and xapian-1.2.17

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-17 21:56:07 -0700