[pypy-svn] r79603 - pypy/extradoc/pypy.org/source

afa at codespeak.net afa at codespeak.net
Sun Nov 28 12:19:37 CET 2010


Author: afa
Date: Sun Nov 28 12:19:35 2010
New Revision: 79603

Modified:
   pypy/extradoc/pypy.org/source/download.txt
Log:
Add a link to download the vs2010 runtime libraries (msvcr100.dll)


Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Sun Nov 28 12:19:35 2010
@@ -33,13 +33,14 @@
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (32bit)`__
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__
+* `Windows binary (32bit)`__ (you may need to install the `VS 2010 runtime libraries`_)
 
 .. __: http://pypy.org/download/pypy-1.4-linux.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4-linux64.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4-osx.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4-osx64.tar.bz2
 .. __: http://pypy.org/download/pypy-1.4-win32.zip
+.. _`VS 2010 runtime libraries`: http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84
 
 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