

	My2Cego
	----
	Import MySQL dump to cego database

	Version 1.1.0

	(C)opyright 2010,2011,2012 by Bjoern Lemke

	This software comes under the GNU general public license


Requirements
-----------
To build My2Cego, you need the following library packages available from www.lemke-it.com:
   
   base-1.3.0.tar.gz
   xml-1.0.26.tar.gz
   cego-2.3.0.tar.gz

Furthermore, you need the GNU readline library available via http://tiswww.case.edu/php/chet/readline/rltop.html    

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

	MacOS X
	FreeBSD ( compiled and tested )
       
using GNU 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

