diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-06 22:21:38 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-06 22:21:38 +0000 |
commit | 25920f4a142212623ffa850027cc59d67846c5bf (patch) | |
tree | ddebf6ef4fd10d0f8684b7e1e9881046476e5569 /docs/INSTALL | |
parent | 160c302933680f399a5db960cc7eac85eac0ba0c (diff) |
Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path to the bin folder.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index e956538e4..0e83f19fc 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -170,8 +170,9 @@ Win32 MingW32 ------- - Run the 'mingw32.bat' file to get the proper environment variables set, - then run 'mingw32-make mingw32' in the root dir. There are other make + MinGW32 does not provide a batch script to set environment variables + automatically. Make sure that MinGW32's bin dir is in PATH and then + run 'mingw32-make mingw32' in the root dir. There are other make targets available to build libcurl with more features, use: 'mingw32-make mingw32-zlib' to build with Zlib support; 'mingw32-make mingw32-ssl-zlib' to build with SSL and Zlib enabled; |