Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-08-19 22:46:22 +0400
committerU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-08-19 22:46:22 +0400
commit1633cdd9ab70b1c1f5b4838495bdca50157790ed (patch)
treec6a89640734b2d3da0c68a5bad1ea84f7ee72896 /README.windows.txt
parent65e95a8ac20fdbed31caed06797eac327e5736ab (diff)
update build to use zlib-1.2.8
Diffstat (limited to 'README.windows.txt')
-rw-r--r--README.windows.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.windows.txt b/README.windows.txt
index 4c2ad764..8c158777 100644
--- a/README.windows.txt
+++ b/README.windows.txt
@@ -50,9 +50,9 @@ f you have multiple Visual Studios installed (vs2012 and vs2010) explicitly spec
(3) Download zlib from here:
- http://zlib.net/zlib127.zip
+ http://zlib.net/zlib128.zip
-(4) Unzip to %ROOT% -- on my machine, this lands in c:\src\vw\zlib-1.2.7.
+(4) Unzip to %ROOT% -- on my machine, this lands in c:\src\vw\zlib-1.2.8.
(This must have the correct relative path for builds to work)
@@ -60,7 +60,7 @@ f you have multiple Visual Studios installed (vs2012 and vs2010) explicitly spec
(a) Start a new CMD window
(b) Run "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat" to set build variables
- (c) Go to the %ROOT%\zlib-1.2.7\zlib-1.2.7\contrib\vstudio\vc10 directory (for me, c:\src\vw\zlib-1.2.7zlib-1.2.7\contrib\vstudio\vc10)
+ (c) Go to the %ROOT%\zlib-1.2.8\zlib-1.2.8\contrib\vstudio\vc10 directory (for me, c:\src\vw\zlib-1.2.8\zlib-1.2.8\contrib\vstudio\vc10)
(d) Patch up the zlibstat.vcxproj to correctly use DLL versions of the runtime for 32bit platforms (ugh). This requires editing lines 167, 194, 222:
***************