Lightweight graphical mysql client
Execute this command as root: `make install
Its possible to install saosql in a diferent root folder with the PREFIX option `make install PREFIX=rootfolder
Execute this command to make a RPM in your rpmbuild folder (noarch) `make rpm
Execute this command to make a DEB package in the current directory `make deb
Its possible to make a tar.bz2 with the programm to install in systems without rpm or dpkg using this command `make dist