diff options
author | Richard Levitte <levitte@openssl.org> | 2016-05-23 15:11:04 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-05-23 16:02:53 +0200 |
commit | 07930a75a1f82fd359d0af7849f01990b73659dd (patch) | |
tree | 08dcd5ac9ec95e64ef01127f00de3597cd18a1b0 /INSTALL | |
parent | Remove INSTALL.WCE and refs to it. (diff) | |
download | openssl-07930a75a1f82fd359d0af7849f01990b73659dd.tar.xz openssl-07930a75a1f82fd359d0af7849f01990b73659dd.zip |
Slight cleanup of the collection of READMEs, INSTALLs and NOTES
README is a fairly independent document, and so is INSTALL. NOTES are
merely addendums to INSTALL. Therefore , INSTALL.DJGPP and
README.PERL get renamed to NOTES.DJGPP and NOTES.PERL.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -2,15 +2,15 @@ OPENSSL INSTALLATION -------------------- - [This document describes installation on the main supported operating - systems, currently the Linux/Unix family, OpenVMS and Windows. - Installation on DOS (with djgpp) is described in INSTALL.DJGPP.] + [This document describes installation on all supported operating + systems (currently mainly the Linux/Unix family, OpenVMS and + Windows)] To install OpenSSL, you will need: - * make - * Perl 5 with core modules (please read README.PERL) - * The perl module Text::Template (please read README.PERL) + * A make implementation + * Perl 5 with core modules (please read NOTES.PERL) + * The perl module Text::Template (please read NOTES.PERL) * an ANSI C compiler * a development environment in the form of development libraries and C header files @@ -21,6 +21,7 @@ * NOTES.VMS (OpenVMS) * NOTES.WIN (any supported Windows) + * NOTES.DJGPP (DOS platform with DJGPP) Quick Start ----------- |