A GUI-based calculator developed in C using GTK.
This project requires several development tools and libraries to compile and run a graphical calculator built using C and GTK+ 3.
Package | Description |
---|---|
gcc |
GNU Compiler Collection โ Required to compile C source code |
pkg-config |
Tool to manage compiler/linker flags for libraries like GTK |
libgtk-3-dev |
Development files for GTK+ 3 โ Required to build GUI applications in C |
sudo apt update
sudo apt install gcc pkg-config libgtk-3-dev
sudo dnf install gcc pkgconf-pkg-config gtk3-devel
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtk3
brew install gcc pkg-config gtk+3