This is a basic calculator created using GAMBAS-3
- Instructions
- Install Gambas3 in Linux distribution
$ sudo add-apt-repository ppa:gambas-team/gambas3
$ sudo apt update
$ sudo apt install gambas3
- Clone this repo
$ git clone https://github.com/abhijithvijayan/FOSS-lab.git .
- Open Gambas3
- Click on Open Project...
- Head to the folder where you cloned and click on 'calculator' inside the Gambas3 folder
- Click Open
- Open the FMain file from the left panel
- Run the program