calc/index.md

21 lines
626 B
Markdown
Raw Permalink Normal View History

2020-09-30 15:43:49 -05:00
# David Calc
2020-09-30 15:43:19 -05:00
## David's Calculator for the command line!
2020-09-30 15:48:18 -05:00
### About
2020-12-15 13:56:47 -06:00
Welcome to the website for David Calc.
2020-09-30 15:46:55 -05:00
2021-02-08 15:55:56 -06:00
### Downloads
2021-06-16 15:17:42 -05:00
Downloads are available at [the GitHub releases page](https://daviddgtnt.github.io/calc/releases);
2020-12-15 13:56:47 -06:00
### Features planned
2021-06-16 15:17:42 -05:00
* None currently planned
2021-02-08 15:40:14 -06:00
### File explanation:
2021-06-16 15:17:42 -05:00
main.cpp: Main file for all operating systems (Version 2.0).
windows-desktop.cpp: Windows Desktop file, only works on Windows / DOS and made to run with a double-click on the desktop. (Version 1.0)
Dockerfile: File to build the docker image (Version 2.0).
2021-02-08 15:40:14 -06:00
### How to build
2021-09-22 11:21:49 -05:00
See [here](https://github.com/daviddgtnt/calc#building)