MySQLTutor Installation Guide


Compiling MySQLTutor
--------------------

  A few things are required for MySQLTutor to compile on your system.  You must
have the XForms toolkits and MySQL installed on your system in order for this
program to compile.
  The next step is to edit the Makefile.  Just set the path to the MySQL
include and lib directories and the XForms libs if necessary.  The defaults
should be fine.  You can also change the INSTALL_DIR and TUTOR_HOME to be
wherever you want MySQLTutor installed.  You also MUST edit src/mdata.h to
point to the directory you installed to.  (Sorry I haven't learned autoconf
yet).
  To compile do a 'make all'.  This should be fairly quick since its a small
program.  To install, su to the proper privileges if necessary and do a
'make install'.  Then viola you are done.


Installing binary MySQLTutor
----------------------------

  I have included a binary which was compiled on my Linux 2.0.31 system for
those of you that might not have XForms installed.  To install just do a
'make install-bin'.  Please note that if you go this route you MUST use the
default INSTALL_DIR (/usr/local/MySQLTutor/) as this has been hard coded into
the binary.


Post Installation
-----------------

  MySQLTutor requires a database called 'tutor' to be on your system.  You just
execute scripts/data_create.sh or have your sysadmin add it if you don't have
privileges.


A Final Note
------------

  Well, thats all there is to it.  I hope someone can benefit from this
program.  If you have any questions or comments don't hesitate to send mail
to sbarron@n-link.com .  Thank you.