From d56c70320ba9bff10a2e0188a744758cb717a257 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 21 Apr 2019 14:03:08 -0700 Subject: [PATCH] Update build documentation Provide explicit build instructions, since there is no INSTALL file generated. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97819fa..3aabb24 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,15 @@ To build this you will need a C compiler (GCC is assumed although others may work), GNU Autoconf, and GNU Make. Your GNU/Linux distro probably has these already packaged for easy installation. -Once these are installed first run autoreconf --install; then see the -INSTALL file for installation information. +Once these are installed first run autoreconf --install then you +should be able to do the usual dance of: + +./configure +make +make install + +You can invoke the configure script with --help to see additional +information. Licensing ========= -- 2.31.1