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 <jl@hunch.net>2014-12-23 17:10:45 +0300
committerJohn <jl@hunch.net>2014-12-23 17:10:45 +0300
commit8b971e5aa6938038691982b9f41f60a6bbe505a5 (patch)
tree4fb231f8f4b5728ca9831943c6afc74ab1cb857a
parentca58bd3cd5f7e6d94b36b1a45b5dd0dce3242727 (diff)
parent17ac3f224fc531fe1c111dbdcd0f046b1b963398 (diff)
Merge pull request #478 from pommedeterresautee/patch-1
Add missing step + symetric step x86 / 64 + misc
-rw-r--r--README.windows.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.windows.txt b/README.windows.txt
index 8ca5560c..3775ba12 100644
--- a/README.windows.txt
+++ b/README.windows.txt
@@ -118,12 +118,11 @@ If you use another directory modify the vw solution and project macro definition
open a Windows command shell
- (a) mkdir c:\boost
-
+ (a) mkdir c:\boost
(b) Download boost_1_56_0.zip from http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.zip/download
- (c) Unzip it which creates the directory boost_1_56_0
+ (c) Unzip it which creates the directory boost_1_56_0
(d) mkdir c:\boost\x86
- (e) mkdir c:\boost\x64
+ (e) mkdir c:\boost\x64
build the x86 binaries
(f)"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat x86"
@@ -135,10 +134,11 @@ build the x86 binaries
build the x64 binaries
- (k) mkdir c:\boost\x64
- (l) "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64"
- (m) "bootstrap.bat"
- (n) ".\b2 --prefix=c:\boost\x64 --build-dir=x64 --toolset=msvc-12.0 address-model=64 install --with-program_options"
+ (k) "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64"
+ (l) mkdir c:\boost\x64
+ (m) cd c:\boost\boost_1_56_0
+ (n) "bootstrap.bat"
+ (o) ".\b2 --prefix=c:\boost\x64 --build-dir=x64 --toolset=msvc-12.0 address-model=64 install --with-program_options"