summaryrefslogtreecommitdiff
path: root/INSTALL.VMS
diff options
context:
space:
mode:
authorlevitte <levitte>2001-05-17 04:21:00 +0000
committerlevitte <levitte>2001-05-17 04:21:00 +0000
commit7b19dece6d155d63f326b2ad16673a0da43fb016 (patch)
treee7ffd581bc7f9926b27ef1590970141bfb4ca683 /INSTALL.VMS
parentea85c414f46c25f2a594d8e2e43bfc7fbbeb5ef5 (diff)
downloadopenssl-7b19dece6d155d63f326b2ad16673a0da43fb016.tar.gz
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 1fe78a41b..b8ea2d0a4 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:
==========================