Installation Instructions for xsqlmenu
--------------------------------------

This version of xsqlmenu can be compiled to use either MySQL or mSQL.
This version has only been tested with Linux, but it should also work
with HP-UX or SunOS with some tweaking of Makefile.hpux or
Makefile.solaris.

Building for MySQL
------------------

The Makefile assumes that the MySQL include files and libraries are
installed in /usr/include/mysql and /usr/lib/mysql.  If not, change
the definition of MYSQLPREFIX in Makefile.  xsqlmenu also requires the
Xforms library, assumed to be installed in /usr/X11R6/lib.

xsqlmenu is then built either by running "compile.sh" and selecting
MySQL, or by typing

make DB=mysql


Building for mSQL
------------------

The Makefile assumes that the mSQL, version 2.0.11 (or similar) is
installed in /usr/local/Hughes.  If not, change the definition of
MSQLBASE in Makefile.  xsqlmenu also requires the Xforms library,
assumed to be installed in /usr/X11R6/lib.

xsqlmenu is then built either by running "compile.sh" and selecting
mSQL, or by typing

make DB=msql


