X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/27844443b4759689ecbc2eb4519c0fe83ebda473..d07df38d26ffdd37545d6eb81c9874ba7bea44f3:/INSTALL diff --git a/INSTALL b/INSTALL index a3313873..e7a779b8 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,18 @@ You should check the MACHINES file to see if there are any specific build instructions for your operating system. To build nmh, you will need an ANSI C compiler such as gcc. +0) If you have obtained nmh by checking it out of CVS, you will + need to run the GNU autotools to regenerate some files. + (If your directory already contains a file 'config.h.in' + then this has already been done and you do not need to do it.) + You can regenerate the files by running the command + + ./autogen.sh + + (Note that if you're doing nmh development, you should look at + docs/README.developers, since there is other developer-friendly + advice there as well.) + 1) From the top-level source directory, run the command ./configure [options]