From 6046ebd4c40cae6487ab4df8a9f321125ea8a525 Mon Sep 17 00:00:00 2001 From: Todd Gill Date: Tue, 17 Apr 2018 05:09:15 -0400 Subject: [PATCH] Add autoconf step to Building instructions (#92) The configure script doesn't exist until autoconf is run. Signed-off-by: Todd Gill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 387f5f3..6123e82 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ There are more requirements for testing, detailed below. Building ======== + autoconf ./configure make sudo make install