X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=INSTALL.W32;h=84c522a182e9576a191d7e172b13e6ed68e3a88c;hp=3da0cb44779d15dd706f4f9b3159a850cbb51e64;hb=8e9eae0f8a5b4ce3792448e210d4f953676afe21;hpb=7d5d27b9a3edf37e6752a961b0da969b6813fa75 diff --git a/INSTALL.W32 b/INSTALL.W32 index 3da0cb4477..84c522a182 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -6,7 +6,7 @@ this is tested on Win32 but it may also work in Win 3.1 with some modification. See the end of this file for Eric's original comments. - You will Perl for Win32 (available from http://activestate.com/ActivePerl) + You need Perl for Win32 (available from http://www.activestate.com/ActivePerl) and one of the following C compilers: * Visual C++ @@ -82,7 +82,8 @@ * Compile OpenSSL: - Run ms\mw.bat + > perl Configure Mingw32 + > ms\mw.bat This will create the library and binaries in out. @@ -117,10 +118,7 @@ someone forgot to add a function to the header file. In this latter case check out the header file to see if the function is - defined in the header file: it should be defined twice: once with ANSI - prototypes and once without. If its missing from the non ASNI section then - add an entry for it: check that ms\do_ms now reports missing numbers and - update the numbers as above. + defined in the header file. If you get warnings in the code then the compilation will halt. @@ -140,7 +138,9 @@ -------------------------------------------------------------------------------- The orignal Windows build instructions from SSLeay follow. -Note: some of this may be out of date and no longer applicable +Note: some of this may be out of date and no longer applicable. In particular +the Crypto_malloc_init() comment appears to be wrong: you always need to use +the same runtime library as the DLL itself. -------------------------------------------------------------------------------- The Microsoft World.