aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98eb222..1423026 100644
--- a/README.md
+++ b/README.md
@@ -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