%general-entities; ]> $LastChangedBy$ $Date$ CLucene-&clucene-version; clucene Introduction to CLucene CLucene is a C++ version of Lucene, a high performance text search engine. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download size: &clucene-size; Estimated disk space required: &clucene-buildsize; Estimated build time: &clucene-time; Additional Downloads Required patch: CLucene Dependencies Required and Recommended User Notes: Installation of CLucene Since CLucene developers haven't released any tarballs yet, to obtain the source code first clone CLucene git repository then checkout the &clucene-version; version: git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene && cd clucene && git checkout tags/clucene-src-&clucene-version; Install CLucene by running the following commands: patch -Np1 -i ../clucene-&clucene-version;-contribs_lib-1.patch && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_CONTRIBS_LIB=ON .. && make Now, as the root user: make install Command Explanations -DBUILD_CONTRIBS_LIB=ON: This cmake variable enables building the CLucene contribs library necessary for running applications that use language specific text analyzers like LibreOffice for example. Contents Installed Programs Installed Libraries Installed Directories None libclucene-contribs-lib.so, libclucene-core.so, and libclucene-shared.so /usr/include/CLucene and /usr/lib/CLuceneConfig.cmake