Updated 2/10/2010

--------------------------------------------
Requirements
--------------------------------------------
GradeL requires Gambas 2.X.X.  GradeL was written and tested on Gambas 2.19.0.
See gambas.sourceforge.net for information on Gambas. 

GradeL uses Gambas components: gb.qt, gb.qt.ext,gb.form, gb.net.curl.

If Gambas and required components are installed on your system, follow the
instructions below to compile, install, and/or uninstall.  These scripts are
very basic, but they get the job done.

--------------------------------------------
Alternate Installation
--------------------------------------------
You can alter the location of the GradeL installation by setting the $DESTDIR
environment variable prior to running install.sh and uninstall.sh.  GradeL is
normally installed in /usr.  You can add a prefix directory with $DESTDIR.  For
example, when $DESTDIR = "/opt", GradeL would install in /opt/usr.

--------------------------------------------
Compile and Install
--------------------------------------------
To compile GradeL, change to the gradel directory and
run the compile.sh script:

[user@localhost ~/gradel]$sh ./compile.sh
 
To install GradeL, run the install.sh script as root or sudo:

[user@localhost ~/gradel]$sudo sh "./install.sh"

To uninstall GradeL, run the uninstall.sh script as root or sudo:

[user@localhost ~/gradel]$sudo sh "./uninstall.sh"

--------------------------------------------
Files and locations
--------------------------------------------
/usr/bin/gradel
/usr/share/gradel/gradel.png
/usr/share/applications/gradel.desktop
/usr/share/doc/gradel/INSTALL
/usr/share/doc/gradel/COPYING
/usr/share/doc/gradel/README
/usr/share/doc/gradel/ChangeLog

