Gambas/Installation

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Back to Gambas

Download[edit | edit source]

How to compile, make and install Gambas?[edit | edit source]

Short version[edit | edit source]

tar xzvf gambas-x.xx.tar.gz
cd gambas-x.xx
./configure # or ./configure—disable-db-component
make
make install

Long version[edit | edit source]

See also http://gambaswiki.org/wiki/install