KMySql v1.1.1

by Frederik Bilhaut
bilhaut_f@mail.cpod.fr
fbilhaut@etu.info.unicaen.fr


 PLEASE READ THIS
------------------

This is free software. It is provided without any garranty, under
the GPL licence (see COPYING).
Versions 1.x.x are so called because the original (not so ambitious ;) goal
was reached. It doesn't mean that these releases are final, stables and so on...
If you encounter some problems, please mail me.


 WEB HOME
----------

http://www.etu.info.unicaen.fr/~fbilhaut/kmysql/


 INTRODUCTION
--------------

This is a MySql client that can be used in replacement of
the text-mode one, provided by default with mysql. By submiting
SQL queries, you can do everithing you would do using the standard client.
But you can also create forms to provide GUI-driven queries.
It also  provides a table creating facility.


 REQUIREMENTS
--------------

* To compile: - Qt v1.42 or + 
              - KDE v1.1 or + 
              - MySql server v3.20.x or +


* To run the binary: - Qt v1.42 or + 
                     - KDE 1.1 or +
                     - MySql server v3.20.x or +

Here are links to these packages:
* Qt can be found at: http://www.troll.no
* KDE can be found at: http://www.kde.org
* MySql can be found at: http://www.mysql.org


 INSTALL
----------

If you got the binary distribution, just type ./install.sh in the directory
where you extracted the package. Please set KDEDIR environment variable before
(see below).

* Configuration:
   - Just set KDEDIR and QTDIR properly (eg: export QTDIR=/usr/lib/qt/).

* Build:
   - Just type 'make'

* Install:
   - KDEDIR must be set!!! ( eg: $ export KDEDIR=/opt/kde/ )
   - Type 'make install'
   - You may have to be root to install. If you want to install as a normal
     user, you can change KDEDIR to ~/.kde/


   
