Tools to help compile/install the latest Gambas3

This page has tools made by gambas users to help with the tasks involved in being able to compile Gambas3 on your System.


Gambas3CompileAndInstall script

Name / LinkAuthorDescription
Gambas3CompileAndInstall script Bruce Steers A bash script that can work without gambas installed supports all the distros in the Gambas3 gitlab-ci file.
Can update with git and has options to choose how you want to compile.


GSU Gambas Simple Upgrade (easy for beginners)

Name / LinkAuthorDescription
Gambas Simple Upgrade Bruce Steers A simplified Gambas application that supports all the distros in the Gambas3 gitlab-ci file except alpine.
Aimed at beginner programmers or non-programmers who wish to use gambas applications but do not know or wish to know how the compiling works.
Uses gb.net.curl to download updates, installs dependencies, compiles and installs gambas.
(beta) View the git page README for more info.


GLU Gambas Latest Updater (for more advanced options)

Name / LinkAuthorDescription
Gambas Latest Updater Bruce Steers A Gambas application that supports all the distros in the Gambas3 gitlab-ci file except alpine.
This is a more advanced version of the above app, Supports alternative git fork/branch source folders.
Uses git to clone/download (a previous Gambas and git must be installed). Updates, installs dependencies, compiles and installs Gambas.
(beta) View the git page README for more info.
Source/Download Window
Compilation Window


Gambas install scripts

Name / LinkAuthorDescription
Gambas install script for Manjaro Martin Belmonte A bash script to install Gambas develpment version and its dependencies.