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