Difference between revisions of "Gambas"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "Gambas has a Complete IDE for GUI development. To install Gambas 3.8.4 on Linux Mint 18.3 sudo apt update sudo apt install gambas3 Latest Stable Gambas (make sure supports...") |
(No difference)
|
Revision as of 14:30, 5 October 2020
Gambas has a Complete IDE for GUI development.
To install Gambas 3.8.4 on Linux Mint 18.3
sudo apt update sudo apt install gambas3
Latest Stable Gambas (make sure supports your system)
sudo add-apt-repository ppa:gambas-team/gambas3 sudo apt-get update sudo apt-get install gambas3
Bleeding edige use:
sudo add-apt-repository ppa:gambas-team/gambas-daily