This is a simple implementation of basic calculator, which is written by C and GTK library. the inspiration comes from the calculator in iPhone. The project is built with Anjuta, which is a open source software for gnome. Recently, I just have compile successfully on Linux.
Distribution: Arch Linux
Desktop Environment: Xfce 4.12
Gnome Theme: Numix
- GTK 3
# Configure the project.
./configure
# Compile and build project.
make all-recursive
# Run the programming after that.
./src/calculator
Thank for browsing. The software is open source and free. Just enjoy it.