From: Jason Self Date: Sun, 21 Apr 2019 21:03:08 +0000 (-0700) Subject: Update build documentation X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=commitdiff_plain;h=d56c70320ba9bff10a2e0188a744758cb717a257;ds=sidebyside Update build documentation Provide explicit build instructions, since there is no INSTALL file generated. --- 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 =========