summaryrefslogtreecommitdiffstats
path: root/INSTALL.VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-17 04:21:00 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-17 04:21:00 +0000
commit713f22611450ea878bfe65ec34d02ad18928ce36 (patch)
treecc04eac14c72a66e2cbc4f013c5fb1d334eca4b7 /INSTALL.VMS
parentd57d85ff3501443680631b445c982efa74c488a8 (diff)
Add a requirements section for OpenVMS.
Diffstat (limited to 'INSTALL.VMS')
-rw-r--r--INSTALL.VMS10
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:
==========================