Home Screenshots Manual Download ChangeLog Mailing List GradeL Blog Forum Project Page Freshmeat KDE-Apps Gambas Contact

















Compiling & Running GradeL

GradeL requires Gambas (no longer Gambas2). See gambas.sourceforge.net to download. Gambas is available for some Linux distributions or you can compile your own from source. GradeL was written using Gambas version 1.0.15 and compiled from source on Ubuntu 7.04 Feisty Fawn.

After downloading the GradeL archive, extract the gradel directory, then change to this directory in a terminal.

To compile GradeL, run the compile.sh script:

[user@localhost ~/gradel]$ sh ./compile.sh

To install GradeL, run the install.sh script as root:

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

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

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

Now to run GradeL type:

[user@localhost ~/gradel]$ gradel

Fedora users should substitute "su -c" for "sudo".