Go to file
Mike Nolan f56491fd2e Initial Commit 2023-08-23 03:06:03 -05:00
.gitignore Initial Commit 2023-08-23 03:06:03 -05:00
LICENSE.md Initial Commit 2023-08-23 03:06:03 -05:00
Makefile Initial Commit 2023-08-23 03:06:03 -05:00
README.md Initial Commit 2023-08-23 03:06:03 -05:00
calc.c Initial Commit 2023-08-23 03:06:03 -05:00
calc.h Initial Commit 2023-08-23 03:06:03 -05:00
cli.c Initial Commit 2023-08-23 03:06:03 -05:00
gtk-calc.c Initial Commit 2023-08-23 03:06:03 -05:00
tesses-calc.desktop Initial Commit 2023-08-23 03:06:03 -05:00

README.md

Tesses Calculator

A calculator I made in C

To install

    $ sudo apt install libgtk-3-dev
    $ make clean
    $ make
    $ sudo make install

To run

    $ calc-gtk

or in launcher Tesses Calculator or for cli

    $ calc-cli "Your Calculation 1" "Your Calculation 2" "Your Calculation n"

Thanks to these people for the knowledge