From 95ed4949f240649b0277a3d687cfd8f61cc396f1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 19 May 2013 16:40:19 +0100 Subject: [PATCH] README: Clarify that building from git needs './autogen.sh'. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 85d9f9abf..c5e59ec7c 100644 --- a/README +++ b/README @@ -220,8 +220,10 @@ Building Build the daemon, library and root filesystem: - ./configure - make + building from tarball building from git + --------------------- ----------------- + ./configure ./autogen.sh + make make Run the tests: