News: Stay up to date

The Étoilé community is an active group of developers, designers, testers and users. New work is being done every day. Visit often to find out what we've been up to.

News

Build LuceneKit straight

Posted on 22 December 2005 by Yen-Ju Chen

Some people asked about how to build LuceneKit from scratch. Here is the instruction:

  1. GNUstep-make:

    ./configure --prefix=/usr/local (or other place like /sw/local) make sudo make install

  2. Oniguruma:

    ./configure --prefix=/usr/local/ (or other place like /sw/local) make sudo make install

  3. OgreKit in Etoile. make sudo make install

  4. LuceneKit in Etoile. make sudo make install

    You probably need to use -lLuceneKit -lOgreKit to link the libraries in your project.