Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5c19a6ed4dbabf11e14e8aa12ab0743a93230cf0..d72383e49ac4cc7e69e6b6201edd4ade55d80411 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,7 @@
 Installing OpenSSL on Unix
 --------------------------
 
-[For instructions for compiling OpenSSL on Windows systems, see
-INSTALL.W32].
+[For instructions for compiling OpenSSL on Windows systems, see INSTALL.W32].
 
 To install OpenSSL, you will need:
 
@@ -16,7 +15,6 @@ Quick Start
 If you want to just get on with it, do:
 
   sh config                      [if this fails, go to step 1b below]
-  make -f Makefile.ssl links
   make
   make rehash
   make test
@@ -24,9 +22,9 @@ If you want to just get on with it, do:
 
 This will build and install OpenSSL in the default location, which is
 /usr/local/ssl. If you want to install it anywhere else, do this
-after running ./Configure <system>:
+after running `sh config':
 
-  utils/ssldir.pl /new/install/path
+  perl util/ssldir.pl /new/install/path
 
 If anything goes wrong, follow the detailed instructions below. If
 your operating system is not (yet) supported by OpenSSL, see the
@@ -90,7 +88,7 @@ Installation in Detail
      If the install directory will be the default of /usr/local/ssl,
      skip to the next stage. Otherwise, run
 
-       utils/ssldir.pl /new/install/path
+       perl util/ssldir.pl /new/install/path
 
      This configures the installation location into the "install"
      target of the top-level Makefile, and also updates some defines