Skip to content

judgedreads/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calculator

A simple calculator written in C with GTK3.

Dependencies:

  • GNU make
  • Standard build utilities (gcc). These should be preinstalled on most linux based systems and available in the repos if not.
  • GTK3 (runtime and development packages). For debian/ubuntu based systems this would be the package libgtk-3-dev package (as well as the runtime libgtk-3-0 package). There should be similar packages available in the repos for most linux distros - for arch linux, the gtk package should install everything necessary.

Install:

Simply run make to compile the program and run it in place with ./calculator.

About

A simple calculator written in C with GTK3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published