From 58c38342db9f72cab6dad7678cd82af6fbcb006a 2012-08-31 13:56:13 From: Jan Kaluza Date: 2012-08-31 13:56:13 Subject: [PATCH] Update README.win32 Boost won't install without that for me... --- diff --git a/README.win32 b/README.win32 index 60bd96cd5d04c03dddfb6283a2a5ed2434acfd5a..da1290abee7071c503b857f8c4996975c17129ef 100644 --- a/README.win32 +++ b/README.win32 @@ -25,7 +25,7 @@ launch "Visual Studio 2010 command prompt" or bootstrap.bat b2.exe --without-mpi --without-python - b2.exe --without-mpi --without-python install --prefix=C:\env-msvc-x64 --layout=system + b2.exe --without-mpi --without-python install --prefix=C:\env-msvc-x64 --layout=system --variant=release --link=static --threading=multi --runtime-linking=static --toolset=msvc release 2. clone swift repository and build it. Don't forget to point it to our env directory: