From 6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49 Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 21 Nov 2023 21:43:11 +0100 Subject: removed all generated files --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3