From 33ba9ec4fdd8c15a6c34919d8d4ff50693881187 Mon Sep 17 00:00:00 2001 From: Juuso Haavisto Date: Thu, 19 Jun 2014 08:55:29 +0300 Subject: [PATCH] fix mingw-w64 url path Currently the mingw path is relative and points to a directory in the Github repo. Adding http prefix makes the URL absolute, which I believe it's supposed to be. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4a259..6bd3383 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See the License for the specific language governing permissions and limitations under the License. ### Using on Windows -1. Install [mingw-w64](mingw-w64.sourceforge.net) +1. Install [mingw-w64](http://mingw-w64.sourceforge.net/) 2. Install [pkg-config-lite](http://sourceforge.net/projects/pkgconfiglite) 3. Build (or install precompiled) openssl for mingw32-w64 4. Set __PKG\_CONFIG\_PATH__ to the directory containing openssl.pc