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

Lemur Toolkit Documentation

1.1

Installation

  1. go to directory "lemur"
  2. type in "configure", which will generate MakeDefns.
  1. go to directory lemur
  2. type in "gmake all" or "gmake"
  1. go to directory lemur
  2. type in "gmake clean"

Change the toolkit

  1. Make the changes
  2. Go to directory lemur
  3. Type in "gmake all"
  1. Add the module subdirectory to lemur
  2. Put all include files in a subdirectory named "include" under the new module directory
  3. Put all implementation files in a subdirectory named "src" under the new module directory
  4. Add the module directory name to the Makefile in directory lemur or lemurdev.
  5. Copy a Makefile from an existing module directory (e.g, index/src/Makefile) to <new-module-dir>/src, and change the first two lines to define this module and its dependent modules.
  1. Add the application subdirectory to lemur
  2. Put all include files in a subdirectory named "include" under the new module directory
  3. Put all implementation files in a subdirectory named "src" under the new module directory
  4. Add the application directory name to the Makefile in directory lemur or lemurdev.
  5. Copy a Makefile from an existing application directory (e.g, app/src/Makefile) to <new-application-dir>/src, and change the line that defines the dependent modules.

To run lemur applications

To try the sample data


Generated at Fri Jul 26 18:22:25 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000