Instructions for installation
-------------------------------------------------------------------------------
For being able to install pgDesigner it is necessary before to install the
libraries of the Gambas2 language (http://gambas.sourceforge.net).
It is not however necessary to install all the packages of Gambas2, like as an
example the development environment.
If you have an environment based on type modernizations rpm, he is sufficient
to unload the relative package of pgDesigner, and to install it with the usual
commando:

# rpm -ivh pgDesigner-<version>.noarch.rpm

or to modernize it with the command:

# rpm -Uvh pgDesigner-<version>.noarch.rpm

Beyond to the system to packages, it is possible to install the binaries of the
application through the compressed file, decompressing the file in one
appropriated directory:

# bunzip2 pgDesigner-<version>.tar.bz2

Finally it is possible to use sources of pgDesigner, and ricompilar them with
the ide enviroment of Gambas2.

WARNING !!!
In all the cases it is from holding always present the version of pgDesigner
and the version of Gambas2 with which it has been assembled and/or compiled.
Since pgDesigner it is leaned to the libraries of Gambas2 and this language
currently is still in phase of development, he is much probable one that
bytecode the changes from one release to the successive one, rendering the
application pgDesigner unusable. In many cases the problem is solvable recompile
the application to leave from sources, but it is also possible that to the
inside of a version of pgDesigner they come used instructions tied to one
particular version of Gambas2; beyond to this it is also possible that a same
instruction comes modified, as an example in order to implement ulterior
parameters, in this case pgDesigner will not be able to work also recompile it.
