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 /NOTES.WIN | |
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 'NOTES.WIN')
-rw-r--r-- | NOTES.WIN | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,10 +5,13 @@ Requirement details for native (Visual C++) builds -------------------------------------------------- + In addition to the requirements and instructions listed in INSTALL, + this are required as well: + - You need Perl. We recommend ActiveState Perl, available from http://www.activestate.com/ActivePerl. You also need the perl module Text::Template, available on CPAN. - Please read README.PERL for more information. + Please read NOTES.PERL for more information. - You need a C compiler. OpenSSL has been tested to build with these: |