aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-19 23:25:06 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-19 23:25:06 +0100
commitc5697e42a76142c339806e1c0bc7ed15e3ace548 (patch)
treea8201bde9a3a1c4e6cf956348e5d3f7fc873221f /README.md
parent5b8a65b15a37d9c1c97fb39db93f1b40db628d70 (diff)
downloadengine-c5697e42a76142c339806e1c0bc7ed15e3ace548.tar.gz
started switching to autotools
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