Files
todd/README.md

13 lines
336 B
Markdown

# Todd
`todd` is a to-do app written in C.
## Requirements
- GCC
- GNU Make
- ncurses development libraries
## 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