Strigi is a desktop search engine.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.sourceforge.net/strigi/strigi-0.7.5.tar.bz2
Download MD5 sum: 0559e2ab65d187d30916e9ffe36e0fb6
Download size: 783 KB
Estimated disk space required: 30 MB
Estimated build time: 2.0 SBU
cmake-2.8.7, expat-2.1.0 or libxml2-2.7.8
Qt-4.8.1 and D-BUS-1.4.20
Gamin-0.1.10 (or FAM), FFmpeg-0.10.3, exiv2-0.22, CLucene and log4cxx
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/strigi
Install strigi by running the following commands:
sed -i '/stdio/a #include <unistd.h>' strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp && patch -Np1 -i ../strigi-0.7.5-ffmpeg_fix-1.patch && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make
Now, as the root user:
make install
sed -i '/stdio/a...: This sed fixes compiling with GCC 4.7. It is safe to omit if compiling with older GCC versions.
patch -Np1 -i ../strigi-0.7.5-ffmpeg.patch: This patch fixes compiling with ffmpeg. It is safe to omit if you don't have ffmpeg.
Last updated on 2012-04-15 12:54:05 +0000