

	dragon
	------
	An object oriented parser generator

	(C)opyright 2005-2019 Bjoern Lemke

	This software comes under the GNU general public license


Requirements
------------
To build dragon, you need the following library packages available as opensource from www.lemke-it.com:
   
   lfcbase-<current version>.tar.gz

Supported platforms
-------------------
dragon has been successfully tested on

       Mac OS X
       Solaris
       FreeBSD
       HP-UX
       Linux

Installation
------------
Run the configure script with the following options

    ./configure --prefix=<prefix-dir>

where base-include-dir and base-lib-dir are the location directories the
base headers and library have been installed. target-bin-dir is the location where the dragon executable should be installed 

Run make

    ./make

Testing
-------
To make some basic tests, just run

   ./make check 

The parser generator program is built as a single executable file. You can install
the file with the install command

    ./make install

Documentation
-------------
A basic man page  is provided. A more detailed user guide is provided at www.lemke-it.com.
