add ncurses to requirements

This commit is contained in:
2024-08-15 02:43:30 +02:00
parent bda1c18a52
commit 8421e3ee01

View File

@@ -3,6 +3,7 @@
## Requirements ## Requirements
- GCC - GCC
- GNU Make - GNU Make
- ncurses development libraries
## Building ## Building
To build `todd` all you need to do is run `make`. To build `todd` all you need to do is run `make`.
## 3rd Party ## 3rd Party