From 14fc270eb1d2a32f1d2da722bc5090b6e0cbc721 Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Mon, 10 Feb 2020 19:34:29 -0500 Subject: [PATCH] Documented the need to use ./autogen.sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ac777e..73fe478 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ sudo dnf install make gcc-c++ SDL2 SDL2-devel SDL2_image SDL2_image-devel SDL2_m Then, download and extract the zip file or clone the pacman repository. Inside the pacman directory, run ``` +./autogen.sh ./configure make make install