Gambas/Installation

From Wikibooks, the open-content textbooks collection

< Gambas
Jump to: navigation, search

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

[edit] Long version

See also http://gambas.sourceforge.net/compilation.html