X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL.W32;h=f7f21be7c3104be0277ffbf3c68255c83bcb9bb2;hp=081eced313b989f1851f5a156fe662cb12c8bd09;hb=a9d96b98cb1dffa6edaac4e6a756485dc9d27e2f;hpb=290d3eab76e902371ce80303e0e4f2b2e5549354 diff --git a/INSTALL.W32 b/INSTALL.W32 index 081eced313..f7f21be7c3 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -81,7 +81,7 @@ There are various changes you can make to the Win32 compile environment. By default the library is not compiled with debugging symbols. If you add 'debug' - to the mk1mk.pl lines in the do_* batch file then debugging symbols will be + to the mk1mf.pl lines in the do_* batch file then debugging symbols will be compiled in. The default Win32 environment is to leave out any Windows NT specific @@ -94,6 +94,18 @@ You can also build a static version of the library using the Makefile ms\nt.mak + Borland C++ builder 5 + --------------------- + + * Configure for building with Borland Builder: + > perl Configure BC-32 + + * Create the appropriate makefile + > ms\do_nasm + + * Build + > make -f ms\bcb.mak + Borland C++ builder 3 and 4 --------------------------- @@ -112,10 +124,10 @@ * Compiler installation: Mingw32 is available from . GNU make is at - . Install both of them in C:\egcs-1.1.2 and run - C:\egcs-1.1.2\mingw32.bat to set the PATH. + gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe>. Extract it + to a directory such as C:\gcc-2.95.2 and add c:\gcc-2.95.2\bin to + the PATH environment variable in "System Properties"; or edit and + run C:\gcc-2.95.2\mingw32.bat to set the PATH. * Compile OpenSSL: @@ -160,7 +172,7 @@ * $ tar zxvf openssl-x.x.x.tar.gz $ cd openssl-x.x.x - $ ./Configure Cygwin + $ ./config [...] $ make [...]