编译/安装最新 Gambas3 的帮助工具

此页面包含 gambas 用户制作的工具,可帮助完成在您的系统上编译 Gambas3 所涉及的任务。


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
Source / Download Window


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