From: Richard Levitte Date: Thu, 17 May 2001 04:21:00 +0000 (+0000) Subject: Add a requirements section for OpenVMS. X-Git-Tag: OpenSSL_0_9_6c~182^2~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=713f22611450ea878bfe65ec34d02ad18928ce36;p=oweals%2Fopenssl.git Add a requirements section for OpenVMS. --- 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: ==========================