Gambas/Installation
From Wikibooks, the open-content textbooks collection
< Gambas
Back to Gambas
Contents |
[edit] Download
See http://gambas.sourceforge.net/download.html
[edit] How to compile, make and install Gambas?
[edit] Short version:
tar xzvf gambas-x.xx.tar.gz cd gambas-x.xx ./configure # or ./configure --disable-db-component make
make install