Separate DSA functionality from ASN.1 encoding.
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 722612ba4476cdf81ebb5068abd97a2cb6123c1b..50ae13e6693ed598202d20713dc8289b633ad61d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
 
  This will build and install OpenSSL in the default location, which is (for
  historical reasons) /usr/local/ssl. If you want to install it anywhere else,
- do this after running `sh config':
+ do this after running `./config':
 
   $ perl util/ssldir.pl /new/install/path
 
+ There are several options to ./config to customize the build:
+
+  -DRSAref  Build with RSADSI's RSAREF toolkit.
+  no-asm    Build with no assembler code.
+  386       Use the 80386 instruction set only (the default x86 code is
+            more efficient, but requires at least a 486).
+
  If anything goes wrong, follow the detailed instructions below. If your
  operating system is not (yet) supported by OpenSSL, see the section on
  porting to a new system.