A simple script for installing gambas from source

Questions and info about the Gambas IDE itself and not what you are making with it.
(not bug reports)
Post Reply
User avatar
BruceSteers
Legend
Posts: 2159
Joined: Thu Jul 23, 2020 5:20 pm
Location: Isle of Wight

A simple script for installing gambas from source

Post by BruceSteers »

Here is another script for installing gambas from the source code.

This one is far simpler than my gambas3-update-compile-and-install script.

Download the gambas source and unpack it (choose dev or stable branch),
Then copy my install script into the source folder.

gambas dev: https://gitlab.com/gambas/gambas/-/arch ... ter.tar.gz
gambas stable: https://gitlab.com/gambas/gambas/-/arch ... ble.tar.gz

script: https://gitlab.com/bsteers4/gambas/-/ra ... line=false
(the script is also attached to this post)

Make the script executable and run it.
cd gambas  # (cd the unpacked source code folder)
chmod +x ./Install_Gambas.sh
./Install_Gambas.sh

When first run if you press return it outputs the commands needed for compile and install to the terminal.
If you press "I" then return it runs the install commands instead of printing them.

It just reads the .gitlab-ci.yml file and asks you to enter your system (no auto-detection is attempted)
GUP.png
Then prints or installs depending on your choice.
You do not have the required permissions to view the files attached to this post.
Post Reply