To run this Application on Ubuntu or other Linux Distos: Graphical Method -
- Extract this zip file .
- Then , open Extracted folder .
- Compile the File Named "CafeBillingSystem" by runnning this command - "chmod +x CafeBillingSystem" in Terminal;
- Then , Simply Double-Click on "CafeBillingSystem" or run this command - "./CafeBillingSystem" in Terminal.
Command-Line Method -
- Open Terminal .
- run "cd Downloads"
- run "unzip Cafe-Billing-System-main"
- run "cd Cafe-Billing-System-main"
- run - "sudo chmod +x CafeBillingSystem"
- run - "./CafeBillingSystem"
To Re-open this Project in QT :
- Launch QT .
- Go to : File->Open File or Project .
- Then , navigate to this and Double-click on it .
- Then , Double-click on "CafeBillingSystem.pro" .
- DONE .