diff options
author | Ulf Möller <ulf@openssl.org> | 1999-03-31 12:38:27 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-03-31 12:38:27 +0000 |
commit | 2613c1fa2f08814cd276800008b5a20c159ea7ff (patch) | |
tree | de5e7f25ed8fbfb65fad1a067234037e7db5b352 /INSTALL | |
parent | 6d02d8e444f57d96465642b07233ed41801a3a75 (diff) | |
download | openssl-new-2613c1fa2f08814cd276800008b5a20c159ea7ff.tar.gz |
New option to generate 80386 code.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -23,10 +23,17 @@ 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. |