Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 662 Bytes

BASIC CALCULATOR

This is a basic calculator created using GAMBAS-3

Screenshot

To Run the calculator

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