[pypy-commit] pypy.org extradoc: document changed windows runtime dependency in proper place

mattip noreply at buildbot.pypy.org
Fri Jun 8 12:05:20 CEST 2012


Author: mattip <matti.picus at gmail.com>
Branch: extradoc
Changeset: r361:cd63e0632085
Date: 2012-06-08 13:04 +0300
http://bitbucket.org/pypy/pypy.org/changeset/cd63e0632085/

Log:	document changed windows runtime dependency in proper place

diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -42,14 +42,13 @@
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__ (you need the `VS 2010 runtime libraries`_)
-  *note: the zip file contains the wrong version, msvcrt90.dll :-(*
+* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library installer vcredist_x86.exe`_)
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip
-.. _`VS 2010 runtime libraries`: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5555
+.. _`VS 2009 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
 
 If your CPU is really old, it may not have SSE2.  In this case, you need
 to translate_ yourself with the option ``--jit-backend=x86-without-sse2``.


More information about the pypy-commit mailing list