X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=fa2713c70982b1267c9b15d66c724f1c35f4e625;hp=cde8cc396d5f62111cfb321c1fba1ed84e774d8c;hb=cc87eac5c0e4025fba81abe8433315df84489c56;hpb=d38b7d5e0e1567acfef9a600d60156843154cfbc diff --git a/INSTALL b/INSTALL index cde8cc3..fa2713c 100644 --- a/INSTALL +++ b/INSTALL @@ -103,8 +103,10 @@ to the directory where you want the object files and executables to go and run the "configure" script. "configure" automatically checks for the source code in the directory that "configure" is in. For example, - cd /usr/local/solaris/mmh - /usr/local/src/mmh-0.1/configure + cd /usr/local/src/mmh # source directory + make clean + cd /usr/local/solaris/mmh # build directory + /usr/local/src/mmh/configure make ---------------------