app1 (also called app1cli) is a (very) simple project written in C# and Pascal. It can:
- Be a calculator
- Compare 2 numbers
- And run it from Terminal:)
Read the Building.md file for all steps and requirements.
You can make your own .deb package directly. First copile the project, copy the application to <project root>/debian/bin/folder then make the .deb package:
$ cd .. # if you are in the project folder
$ dpkg-deb --build app1cli
$ sudo dpkg -i app1cli*.deb
- To install app1 mannually, just compile the package, then copy it to any usable folder in $PATH (/usr/bin or /bin for system-wide).
- If you are in Windows, get the installer from Releases.
See in the latest release here




