# $Id: INSTALLING,v 1.3 2013/10/30 06:38:34 denis Exp $

LINUX
~~~~~
To build the software under linux, the following packages
must be installed: libqt4-dev, libmysqlclient-dev
Use the following commands to install the packages on debian/ubuntu:
apt-get install libqt4-dev
apt-get install libmysqlclient-dev

Navigate to the top level directory, and use the following commands 
to build the program:
qmake
make && make install

FreeBSD
~~~~~~~
To build the software under FreeBSD, just find it in the ports tree.
(I hope it will be ported soon if you have not found it)

Mac OS X
~~~~~~~~
You need mysqlclient library, Qt 4.5 or later version and its developer files
(*.h), just type:
qmake
make && make install

By default the program will be installed in /usr/local/qmyadmin directory

Thank you for choosing it ;-)
denk@RusNet
