aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-21 21:43:11 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-21 21:43:11 +0100
commit6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49 (patch)
tree694ef514292c64527d8b89cd872978d826a8cbf0 /README.md
parenta8237fc43ee1d0cd3ca10fe964c0db21313eca35 (diff)
downloadengine-6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49.tar.gz
removed all generated files
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