Strigi-0.7.8

Introduction to Strigi

Strigi is a desktop search engine.

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

Package Information

Strigi Dependencies

Required

CMake-2.8.11.2, expat-2.1.0 or libxml2-2.9.1

Recommended

Optional

Gamin-0.1.10 (or FAM), FFmpeg-1.2.2, Exiv2-0.23, CLucene and log4cxx

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

Installation of Strigi

Install strigi by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
make

To test the results, issue make test.

Now, as the root user:

make install

Command Explanations

-DENABLE_DBUS=OFF: Use this cmake variable if you don't have D-Bus installed.

Contents

Installed Programs: deepfind, deepgrep, rdfindexer, strigiclient, strigicmd, strigidaemon and xmlindexer
Installed Libraries: libsearchclient.so, libstreamanalyzer.so, libstreams.so, libstrigihtmlgui.so, libstrigiqtdbusclient.so and several in /usr/lib/strigi
Installed Directories: /usr/include/strigi, /usr/lib/strigi and /usr/share/strigi

Last updated on 2013-08-26 10:26:25 -0700