diff options
author | Richard Levitte <levitte@openssl.org> | 2002-06-13 20:44:49 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-06-13 20:44:49 +0000 |
commit | d5492d9b47d4d55052f24c8a04c70a0516ac934d (patch) | |
tree | 138e5fd7e0c231a31e663b912967b278870c030e /INSTALL | |
parent | 451dc18f109e4fff1a642976fee7ae7e64af35dc (diff) | |
download | openssl-new-d5492d9b47d4d55052f24c8a04c70a0516ac934d.tar.gz |
Add support for DJGPP.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,10 @@ INSTALLATION ON THE UNIX PLATFORM --------------------------------- - [Installation on Windows, OpenVMS and MacOS (before MacOS X) is described - in INSTALL.W32, INSTALL.VMS and INSTALL.MacOS.] + [Installation on DOS (with djgpp), Windows, OpenVMS and MacOS (before MacOS X) + is described in INSTALL.DJGPP, INSTALL.W32, INSTALL.VMS and INSTALL.MacOS. + This document describes installation on operating systems in the Unix + family.] To install OpenSSL, you will need: |