Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Lemur Toolkit Documentation

2.2

Installation

The lemur include files will be installed in <install-directory>/include, the lemur library will be installed in <install-directory>/lib/liblemur.a, and the applications will be installed in <install-directory>/bin. If you only want the applications, you can use make install-bin. If you only want the library and header files, you can use make install-lib. The stemmer data files are installed in <install-directory>/kstem_data and <install-directory>/arabic_stem_data when either the applications or the library are installed.

Programming with the lemur toolkit

To build an application using the toolkit library:

  1. follow the instructions above for installing the toolkit library.
  2. Copy Makefile.app from the top level lemur directory to the directory with your application's source code. Edit the file and fill in values for
  3. use make -f Makefile.app to build your application.

Change the toolkit

Modifying the toolkit is not recommended, but individual users may need to customize its behavior.

To run lemur applications

To try the sample data


Generated on Fri Feb 6 07:11:45 2004 for LEMUR by doxygen1.2.16