Shopping Application
sudo apt update && sudo apt upgrade
sudo apt-get install libgtk-3-dev
sudo apt install libjson-c-dev
Edit file makefile, find "TARGET=ProjectC" change ProjectC to your executable output name and run these command in ProjectC folder
make clean #to clear .o file
make #to_build
./ProjectC #or your executable output name