update mingw info
This commit is contained in:
parent
f2aa055ec6
commit
5be4a42e99
18
INSTALL.W32
18
INSTALL.W32
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
* Visual C++
|
* Visual C++
|
||||||
* Borland C
|
* Borland C
|
||||||
* GNU C (Mingw32 or Cygwin)
|
* GNU C (MinGW or Cygwin)
|
||||||
|
|
||||||
If you want to compile in the assembly language routines with Visual C++ then
|
If you want to compile in the assembly language routines with Visual C++ then
|
||||||
you will need an assembler. This is worth doing because it will result in
|
you will need an assembler. This is worth doing because it will result in
|
||||||
@ -120,18 +120,14 @@
|
|||||||
* Run make:
|
* Run make:
|
||||||
> make -f bcb.mak
|
> make -f bcb.mak
|
||||||
|
|
||||||
GNU C (Mingw32)
|
GNU C (MinGW)
|
||||||
---------------
|
-------------
|
||||||
|
|
||||||
To build OpenSSL, you need the Mingw32 package and GNU make.
|
|
||||||
|
|
||||||
* Compiler installation:
|
* Compiler installation:
|
||||||
|
|
||||||
Mingw32 is available from <ftp://ftp.xraylith.wisc.edu/pub/khan/
|
MinGW is available from http://www.mingw.org. Run the installer and
|
||||||
gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe>. Extract it
|
set the MinGW \bin directory to the PATH in "System Properties" or
|
||||||
to a directory such as C:\gcc-2.95.2 and add c:\gcc-2.95.2\bin to
|
autoexec.bat.
|
||||||
the PATH environment variable in "System Properties"; or edit and
|
|
||||||
run C:\gcc-2.95.2\mingw32.bat to set the PATH.
|
|
||||||
|
|
||||||
* Compile OpenSSL:
|
* Compile OpenSSL:
|
||||||
|
|
||||||
@ -161,7 +157,7 @@
|
|||||||
Consequently, a make of OpenSSL with Cygwin is closer to a GNU
|
Consequently, a make of OpenSSL with Cygwin is closer to a GNU
|
||||||
bash environment such as Linux than to other W32 makes which are
|
bash environment such as Linux than to other W32 makes which are
|
||||||
based on a single makefile approach. Cygwin implements Posix/Unix
|
based on a single makefile approach. Cygwin implements Posix/Unix
|
||||||
calls through cygwin1.dll, and is contrasted to Mingw32 which links
|
calls through cygwin1.dll, and is contrasted to MingW which links
|
||||||
dynamically to msvcrt.dll or crtdll.dll.
|
dynamically to msvcrt.dll or crtdll.dll.
|
||||||
|
|
||||||
To build OpenSSL using Cygwin:
|
To build OpenSSL using Cygwin:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user