From 72b20dc6acab3fd9334be612871bdfadd99249cb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 30 Dec 2014 08:53:37 -0600 Subject: [PATCH] update source checkout install instructions --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index db8995a..08f0a0e 100644 --- a/INSTALL +++ b/INSTALL @@ -8,6 +8,14 @@ implementation or the one built into LibreSSL. 2. Building / Installation -------------------------- +If you have checked this source using Git, follow these initial steps to +prepare the source tree for building: + + 1. ensure you have the following packages installed: + automake, autoconf, git, libtool + 2. run './autogen.sh' to prepare the source tree for building + or run './dist.sh' to prepare a tarball. + To install OpenNTPD with default options: ./configure