X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=README.md;fp=README.md;h=3aabb24fb081bb347a1204114be3ac57a9ef80b1;hp=97819fa8aedb5bec637e5c2f8c3125482f1a95a1;hb=d56c70320ba9bff10a2e0188a744758cb717a257;hpb=c1733126a198834c4fdc97c9e6711ad5867c43d2 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 =========