diff options
author | Sven Gothel <[email protected]> | 2022-03-17 17:21:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-03-17 17:21:39 +0100 |
commit | cb89a12648c0893b9c69fb4cf4b33467f5689be5 (patch) | |
tree | f4c996d2d2dc44145b4a4ee28e8c663fcfb0e2d2 | |
parent | 7ab0a31c795d77d6a711e69503ff448a065e69b7 (diff) |
-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} |