CLucene-0.9.21b

Introduction to CLucene

CLucene is a C++ version of Lucene, a high performance text search engine.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/clucene

Installation of CLucene

Install clucene by running the following commands:

./configure prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Program: None
Installed Libraries: libclucene.{so,a}
Installed Directory: None

Last updated on 2011-02-08 21:13:13 +0000