%general-entities; ]> $LastChangedBy$ $Date$ CLucene-&clucene-version; clucene Introduction to CLucene CLucene is a C++ version of Lucene, a high performance text search engine. &lfs7a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &clucene-md5sum; Download size: &clucene-size; Estimated disk space required: &clucene-buildsize; Estimated build time: &clucene-time; Additional Downloads Required patch: CLucene Dependencies Required Recommended User Notes: Installation of CLucene 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