diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,8 @@ Small graphics engine. ### Dependencies -- g++ (gcc C++ compiler) +- g++ (GNU C++ Compiler) +- GNU autotools - ncurses - SDL2 @@ -14,6 +15,7 @@ Small graphics engine. While inside the directory containing all files: + autoreconf -i ./configure make |