diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ Small graphics engine. ### Dependencies - g++ (gcc C++ compiler) -- GNU make +- GNU autotools - ncurses - SDL2 @@ -15,10 +15,11 @@ Small graphics engine. While inside the directory containing all files: + ./configure make ### Running Usage: - ./main + src/main |