Baloo-Widgets-4.14.1

Introduction to Baloo-Widgets

Baloo-Widgets contains widgets for the Baloo search framework.

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

Package Information

Baloo-Widgets Dependencies

Required

Baloo-4.14.1

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

Installation of Baloo-Widgets

Install Baloo-Widgets 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: none
Installed Libraries: libbaloowidgets.so
Installed Directories: $KDE_PREFIX/include/baloo

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