aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.WIN
AgeCommit message (Collapse)AuthorFilesLines
2016-01-22Refactor file writing - information on our use of Perl and Perl modulesRichard Levitte1-2/+4
This includes a start on how to install missing modules. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-15Update Windows installation instructionsMatt Caswell1-182/+47
The windows installation instructions were very out of date. Substantial update to the text. Remove a lot of historical stuff that isn't relevant any more, and merge the win64 and win32 instructions into one file. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-15Rename INSTALL.W32 to INSTALL.WINMatt Caswell1-0/+325
Also remove the INSTALL.W64 file. Next commit will update INSTALL.WIN to cover both. Reviewed-by: Richard Levitte <levitte@openssl.org>