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:
authorJohn Langford <jl@hunch.net>2013-02-25 06:44:03 +0400
committerJohn Langford <jl@hunch.net>2013-02-25 06:44:03 +0400
commit1f164c5eb4b8d7fbf9f36923f21fe4644c336f31 (patch)
tree18482cd7439e0a9359ed42907133eb7a7725c224 /README.windows.txt
parentbb14a48f25234c16d80033c8c69b2cf1c1a05ebe (diff)
wording tweak
Diffstat (limited to 'README.windows.txt')
-rw-r--r--README.windows.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.windows.txt b/README.windows.txt
index e9b4f97f..905f560b 100644
--- a/README.windows.txt
+++ b/README.windows.txt
@@ -58,7 +58,7 @@ You need Visual Studio 2010
(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)
- (d) Patch up the zlibstat.vcxproj to correctly use DLL versions of the runtime for 32bit platforms (ugh):
+ (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:
***************
*** 164,170 ****