This is a GUI for the Strigi Desktop Search software.

Strigi can be found in KDE svn at /trunk/playground/base/strigi.
When you have compiled and installed Strigi, you can use this GUI access Strigi from the Kicker panel in KDE3.

To compile the strigiapplet, perform the following steps:

Check out the code with

 svn co anonsvn.kde.org/home/kde/trunk/playground/base/strigiapplet

Compile the code with the followings steps:

mkdir build
cd build
export QTDIR=/usr/lib/qt3
cmake -DCMAKE_INCLUDE_PATH=${HOME}/testinstall/include \
	-DCMAKE_LIBRARY_PATH=${HOME}/testinstall/lib \
	-DCMAKE_INSTALL_PREFIX=${HOME}/testinstall ..
