From c5697e42a76142c339806e1c0bc7ed15e3ace548 Mon Sep 17 00:00:00 2001 From: vimene Date: Sun, 19 Nov 2023 23:25:06 +0100 Subject: started switching to autotools --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3