Back to Gambas
Download [edit]
See http://gambas.sourceforge.net/download.html
How to compile, make and install Gambas? [edit]
Short version: [edit]
tar xzvf gambas-x.xx.tar.gz
cd gambas-x.xx
./configure # or ./configure --disable-db-component
make
make install
Long version [edit]
See also http://gambas.sourceforge.net/compilation.html