diff options
author | Richard Levitte <levitte@openssl.org> | 2001-05-17 06:21:00 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-05-17 06:21:00 +0200 |
commit | 713f22611450ea878bfe65ec34d02ad18928ce36 (patch) | |
tree | cc04eac14c72a66e2cbc4f013c5fb1d334eca4b7 /INSTALL.VMS | |
parent | Add a few more details on what one might need. make and a development (diff) | |
download | openssl-713f22611450ea878bfe65ec34d02ad18928ce36.tar.xz openssl-713f22611450ea878bfe65ec34d02ad18928ce36.zip |
Add a requirements section for OpenVMS.
Diffstat (limited to 'INSTALL.VMS')
-rw-r--r-- | INSTALL.VMS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.VMS b/INSTALL.VMS index 1fe78a41bb..b8ea2d0a4d 100644 --- a/INSTALL.VMS +++ b/INSTALL.VMS @@ -8,6 +8,7 @@ Intro: This file is divided in the following parts: + Requirements - Mandatory reading. Checking the distribution - Mandatory reading. Compilation - Mandatory reading. Logical names - Mandatory reading. @@ -19,6 +20,15 @@ This file is divided in the following parts: TODO - Things that are to come. +Requirements: +============= + +To build and install OpenSSL, you will need: + + * DEC C or some other ANSI C compiler. VAX C is *not* supported. + [Note: OpenSSL has only been tested with DEC C. Compiling with + a different ANSI C compiler may require some work] + Checking the distribution: ========================== |