X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=INSTALL;h=e93a1b42795e42a757e7a807e821c699b4b0fb66;hp=a3313873b632a7e4ef90326651b5cd25b088355e;hb=4a6d6b0b6d7c306c3d73e39a6a76f016ff60a6b1;hpb=a33d9f4d7a1bf4bd4ab286f69af322b5b8d7c946 diff --git a/INSTALL b/INSTALL index a331387..e93a1b4 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,14 @@ 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 + 1) From the top-level source directory, run the command ./configure [options]