diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ game rules including recording and replay of moves. C++17 and better where the [ncurses library](https://invisible-island.net/ncurses/) is supported. ## Building Binaries -The project requires make, g++ >= 8.3 and the libsdl2 for building. +The project requires make, g++ >= 8.3 and ncurses for building. Installing build dependencies on Debian (11 or better): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh} |