%general-entities; ]> $Date$ Strigi-&strigi-version; strigi Introduction to Strigi Strigi is a program for fast indexing and searching of personal data. It can gather and index information from files in the filesystem even if they are hidden in emails or archives. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &strigi-md5sum; Download size: &strigi-size; Estimated disk space required: &strigi-buildsize; Estimated build time: &strigi-time; Strigi Dependencies Required Recommended and Optional , , , CLucene version 0.9x , and log4cxx User Notes: Installation of Strigi Install strigi by running the following commands: sed -i "s/BufferedStream :/STREAMS_EXPORT &/" libstreams/include/strigi/bufferedstream.h && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_CLUCENE=OFF \ -DENABLE_CLUCENE_NG=OFF \ .. && make To test the results, issue make test. Now, as the root user: make install Command Explanations sed -i "...": This command fixes the build with recent GCC versions. -DCMAKE_INSTALL_LIBDIR=lib: This switch is used so the package doesn't write over the lib64 symlink on 64 bit systems. -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. : Use this cmake variable if you don't have D-Bus installed. : Use this cmake variable if you don't have Qt4 installed or if you compiled Qt4 without D-Bus support. : These statements disable the package from trying to use (current stable version). Contents Installed Programs Installed Libraries Installed Directories deepfind, deepgrep, rdfindexer, strigiclient, strigicmd, strigidaemon, and xmlindexer libsearchclient.so, libstreamanalyzer.so, libstreams.so, libstrigihtmlgui.so, libstrigiqtdbusclient.so, and several in /usr/lib/strigi /usr/include/strigi, /usr/lib/strigi, and /usr/share/strigi Short Descriptions deepfind is a utility for searching for filenames in compressed archives like tar, cpio, and zip deepfind deepgrep is a utility for searching compressed archives like tar, cpio, and zip deepgrep rdfindexer manages and performs indexing of the RDF data for entities present on your site rdfindexer strigiclient is a Qt4 client (GUI) for the Strigi Desktop Search software strigiclient strigicmd is a program for creating and querying indices strigicmd strigidaemon is a daemon program for maintaining indices strigidaemon xmlindexer indexes XML documents xmlindexer