Baloo-4.14.3

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

Package Information

Baloo Dependencies

Required

kdepimlibs-4.14.10, kfilemetadata-4.14.3, and xapian-1.2.21

Optional

OpenSSL-1.0.2d

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 2015-09-24 01:48:57 -0700