Author: mattip <matti.pi...@gmail.com>
Branch: extradoc
Changeset: r360:2c6a2a86b650
Date: 2012-06-08 12:54 +0300
http://bitbucket.org/pypy/pypy.org/changeset/2c6a2a86b650/

Log:    document changed windows runtime dependency

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -73,8 +73,8 @@
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2";>Linux 
binary (32bit)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2";>Linux 
binary (64bit)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2";>Mac 
OS/X binary (64bit)</a></li>
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip";>Windows 
binary (32bit)</a> (you need the <a class="reference external" 
href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=5555";>VS
 2010 runtime libraries</a>)
-<em>note: the zip file contains the wrong version, msvcrt90.dll :-(</em></li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip";>Windows 
binary (32bit)</a>
+(you need the <a class="reference external" 
href="http://www.microsoft.com/en-us/download/details.aspx?id=5582";>VS 2008 
runtime libraries vcredist_x86.exe</a>)
 </ul>
 <p>If your CPU is really old, it may not have SSE2.  In this case, you need
 to <a class="reference internal" href="#translate">translate</a> yourself with 
the option <tt class="docutils literal"><span 
class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
@@ -213,4 +213,4 @@
 </div>
 </div></div></div>
 </body>
-</html>
\ No newline at end of file
+</html>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to