12 lines
304 B
Markdown
12 lines
304 B
Markdown
# Todd
|
|
`todd` is a to-do app written in C.
|
|
## Requirements
|
|
- GCC
|
|
- GNU Make
|
|
## Building
|
|
To build `todd` all you need to do is run `make`.
|
|
## 3rd Party
|
|
Todd uses the following dependencies:
|
|
- stb_ds - https://github.com/nothings/stb
|
|
- ncurses - https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
|