CLucene: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/clucene/clucene-core-{{Clucene-Version}}.tar.bz2 |} ---- {{Package-Intro... |
No edit summary |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 12: | Line 12: | ||
== Dependencies == | == Dependencies == | ||
=== Recommended === | === Recommended === | ||
| Line 36: | Line 33: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | |||
./configure --prefix=/usr && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
=== N32 === | === N32 === | ||
| Line 56: | Line 55: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib64 && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
| Line 76: | Line 77: | ||
|libclucene.{a,la,so} | |libclucene.{a,la,so} | ||
|} | |} | ||
[[Category:General Libs]] | |||
Latest revision as of 12:54, 11 January 2009
| Download Source: | http://downloads.sourceforge.net/clucene/clucene-core-0.9.21.tar.bz2 |
|---|
Introduction to CLucene
CLucene is a C++ port of Lucene, a high-performance, full-featured text search engine.
Project Homepage: http://clucene.sourceforge.net/index.php/Main_Page
Dependencies
Recommended
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
To do ...
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/include/CLucene, /usr/lib/CLucene |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | libclucene.{a,la,so} |