Update build documentation
authorJason Self <j@jxself.org>
Sun, 21 Apr 2019 21:03:08 +0000 (14:03 -0700)
committerJason Self <j@jxself.org>
Sun, 21 Apr 2019 21:03:08 +0000 (14:03 -0700)
Provide explicit build instructions, since there is no INSTALL file
generated.

README.md

index 97819fa8aedb5bec637e5c2f8c3125482f1a95a1..3aabb24fb081bb347a1204114be3ac57a9ef80b1 100644 (file)
--- 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
 =========