

	CegoBridge
	----------
	Cego converter interface to other databases ( MySQL, Postgres, Oracle )

	Version 1.5.0

	(C)opyright 2015-2018 by Bjoern Lemke

	This software comes under the GNU general public license


Requirements
-----------
To build CegoBridge, you need the following library packages available from www.lemke-it.com:
   
   lfcbase
   lfcxml
   cego

CegoBridge requires at least cego version 2.42.0, since the required DatabaseFormater API is just provided with it. 

Tested platforms and compliers
----------------------------
CegoBridge has been successfully tested on

	MacOS X
	FreeBSD ( compiled and tested )
       
using clang c++ compiler

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

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

where prefix-dir is the base directory of the previous installed base and xml libraries.
For 64bit compile, you have to set the CFLAGS variable

    $ ./configure --prefix=<prefix-dir> CFLAGS=-m64 LDFLAGS=-m64

where -m64 is the valid compile option vor GNU gcc.

Run make

    $ make

This builds the Cego executable programs. You can install
the resulting files with the install command

    $ make install

Have fun !  

For using the Cego database suite, please refer to the HTML-based documentation on www.lemke-it.com

