mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
updated to have the windows builds instructions use the root Makefile that
is delivered with each source archive
This commit is contained in:
parent
0adf0cfde7
commit
34fed76a35
34
docs/INSTALL
34
docs/INSTALL
@ -145,29 +145,27 @@ Win32
|
|||||||
MingW32 (GCC-2.95) style
|
MingW32 (GCC-2.95) style
|
||||||
------------------------
|
------------------------
|
||||||
Run the 'mingw32.bat' file to get the proper environment variables
|
Run the 'mingw32.bat' file to get the proper environment variables
|
||||||
set, then run 'make -f Makefile.m32' in the lib/ dir and then
|
set, then run 'make mingw32' in the root dir.
|
||||||
'make -f Makefile.m32' in the src/ dir.
|
|
||||||
|
|
||||||
If you have any problems linking libraries or finding header files,
|
If you have any problems linking libraries or finding header files, be
|
||||||
be sure to look at the provided "Makefile.m32" files for the proper
|
sure to verify that the provided "Makefile.m32" files use the proper
|
||||||
paths, and adjust as necessary.
|
paths, and adjust as necessary.
|
||||||
|
|
||||||
Cygwin style
|
Cygwin style
|
||||||
------------
|
------------
|
||||||
Almost identical to the unix installation. Run the configure script
|
Almost identical to the unix installation. Run the configure script in
|
||||||
in the curl root with 'sh configure'. Make sure you have the sh
|
the curl root with 'sh configure'. Make sure you have the sh
|
||||||
executable in /bin/ or you'll see the configure fail towards the
|
executable in /bin/ or you'll see the configure fail towards the end.
|
||||||
end.
|
|
||||||
|
|
||||||
Run 'make'
|
Run 'make'
|
||||||
|
|
||||||
Microsoft command line style
|
Microsoft command line style
|
||||||
----------------------------
|
----------------------------
|
||||||
Run the 'vcvars32.bat' file to get the proper environment variables
|
Run the 'vcvars32.bat' file to get the proper environment variables
|
||||||
set, then run 'nmake -f Makefile.vc6' in the lib/ dir and then
|
set, then run 'nmake vc' in the root dir.
|
||||||
'nmake -f Makefile.vc6' in the src/ dir.
|
|
||||||
|
|
||||||
The vcvars32.bat file is part of the Microsoft development environment.
|
The vcvars32.bat file is part of the Microsoft development
|
||||||
|
environment.
|
||||||
|
|
||||||
IDE-style
|
IDE-style
|
||||||
-------------------------
|
-------------------------
|
||||||
@ -195,26 +193,24 @@ Win32
|
|||||||
MingW32 (GCC-2.95) style
|
MingW32 (GCC-2.95) style
|
||||||
------------------------
|
------------------------
|
||||||
Run the 'mingw32.bat' file to get the proper environment variables
|
Run the 'mingw32.bat' file to get the proper environment variables
|
||||||
set, then run 'make -f Makefile.m32 SSL=1' in the lib/ dir and then
|
set, then run 'make mingw32-ssl' in the root dir.
|
||||||
'make -f Makefile.m32 SSL=1' in the src/ dir.
|
|
||||||
|
|
||||||
If you have any problems linking libraries or finding header files,
|
If you have any problems linking libraries or finding header files, be
|
||||||
be sure to look at the provided "Makefile.m32" files for the proper
|
sure to look at the provided "Makefile.m32" files for the proper
|
||||||
paths, and adjust as necessary.
|
paths, and adjust as necessary.
|
||||||
|
|
||||||
Cygwin style
|
Cygwin style
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Haven't done, nor got any reports on how to do. It should although be
|
Haven't done, nor got any reports on how to do. It should although be
|
||||||
identical to the unix setup for the same purpose. See above.
|
identical to the unix setup for the same purpose. See above.
|
||||||
|
|
||||||
Microsoft command line style
|
Microsoft command line style
|
||||||
----------------------------
|
----------------------------
|
||||||
Run the 'vcvars32.bat' file to get the proper environment variables
|
Run the 'vcvars32.bat' file to get the proper environment variables
|
||||||
set, then run 'nmake -f Makefile.vc6 release-ssl' in the lib/ dir and
|
set, then run 'nmake vc-ssl' in the root dir.
|
||||||
then 'nmake -f Makefile.vc6' in the src/ dir.
|
|
||||||
|
|
||||||
The vcvars32.bat file is part of the Microsoft development environment.
|
The vcvars32.bat file is part of the Microsoft development
|
||||||
|
environment.
|
||||||
|
|
||||||
Microsoft / Borland style
|
Microsoft / Borland style
|
||||||
-------------------------
|
-------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user