aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 00:04:27 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-08 10:48:25 +0100
commit2acd8ec7a953fe0c14fa2338b375955691372e89 (patch)
treede0f337a902915146df2d3b2637487fd77534073 /INSTALL.VMS
parent021fff844e0d2e43ac5df03bd3b1afeb7fa4a5e6 (diff)
downloadopenssl-2acd8ec7a953fe0c14fa2338b375955691372e89.tar.gz
Change the INSTALL documentation for unified builds
Because of the unified scheme, building on different platforms is very similar. We currently have Unix and OpenVMS on the unified scheme, which means that a separate INSTALL.VMS is no longer needed. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'INSTALL.VMS')
-rw-r--r--INSTALL.VMS66
1 files changed, 0 insertions, 66 deletions
diff --git a/INSTALL.VMS b/INSTALL.VMS
deleted file mode 100644
index 01f2ee7815..0000000000
--- a/INSTALL.VMS
+++ /dev/null
@@ -1,66 +0,0 @@
-
- INSTALLATION ON THE VMS PLATFORM
- --------------------------------
-
- Intro
- -----
-
- This file is divided in the following parts:
-
- Requirements - Mandatory reading.
- Cheking the distribution - Mandatory reading.
- Quick start
- Test <TO BE ADDED>
- Installation <TO BE ADDED>
- Backward portability <TO BE ADDED>
- Possible bugs and quirks <TO BE ADDED>
-
-
- Requirements
- ------------
-
- To build and install OpenSSL, you will need:
-
- * Perl 5 with core modules (please read README.PERL)
- * The perl module Text::Template (please read README.PERL)
- * 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
- -------------------------
-
- There have been reports of places where the distribution didn't quite
- get through, for example if you've copied the tree from a NFS-mounted
- Unix mount point.
-
- The easiest way to check if everything got through as it should is to
- check for one of the following files:
-
- [.crypto]opensslconf^.h.in
-
- The best way to get a correct distribution is to download the gzipped
- tar file from ftp://ftp.openssl.org/source/, use GUNZIP to uncompress
- it and use VMSTAR to unpack the resulting tar file.
-
- GUNZIP is available {FIXME: where is it available?}
-
- VMSTAR is available {FIXME: where is it available?}
-
-
- Quick start
- -----------
-
- If you want to just get on with it, do this:
-
- $ @config
- $ mms
- $ mms test
- $ mmm install
-
- This will buidl and install OpenSSL in the default location, which is
- SYS$COMMON:[OPENSSL-'VERSION']. If you want it to be anywhere else,
- run config.com like this:
-
- $ @config --prefix=PROGRAM:[OPENSSL]
-