Skip to content

A starter package to develop applications on top of C-Lucene search library.

Notifications You must be signed in to change notification settings

linhtran174/CluceneStarter

Repository files navigation

======================================================
Ung dung search dua tren library CLucene - Release 1.0
Date: 20/06/2015
Author: Linh Tran
======================================================
How to install this project for further development:

Step 1: Install the dynamic/shared library into Linux system
- copy 2 files in folder prebuilt-dynamic-library into /usr/local/lib
- correspondingly create 2 symbolic link:
"ln -sf /usr/local/lib/libclucene-core.so.2.3.3.4 /usr/local/lib/libclucene-core.so"
"ln -sf /usr/local/lib/libclucene-shared.so.2.3.3.4 /usr/local/lib/libclucene-shared.so"

Step 2: Test build project.
- Go to project folder.
- "make"

About

A starter package to develop applications on top of C-Lucene search library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages