Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r240:8a8aa43583f8
Date: 2011-08-25 12:09 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8a8aa43583f8/

Log:    Add the Windows link.

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -48,7 +48,7 @@
 as stable as the release, but they contain numerous bugfixes and
 performance improvements.</p>
 <p>Here are the various binaries of <strong>PyPy 1.6</strong> that we provide 
for x86 Linux,
-Mac OS/X or Windows (<strong>Note</strong>: windows binaries are not ready 
yet).</p>
+Mac OS/X or Windows.</p>
 <ul class="download-menu simple">
 <li>Download<ul>
 <li><a class="reference internal" href="#default-with-a-jit-compiler">Default 
(with a JIT Compiler)</a></li>
@@ -70,9 +70,11 @@
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2";>Linux 
binary (32bit)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2";>Linux 
binary (64bit)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2";>Mac 
OS/X binary (64bit)</a></li>
-<li>Windows binary (32bit) (BETA!) (you may need to install the <a 
class="reference external" 
href="http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84";>VS
 2010 runtime libraries</a>), not available yet</li>
-</ul>
-<p>If your CPU is really old, it may not have SSE2.  In this case, you need
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32.zip";>Windows 
binary (32bit)</a> (BETA! Known not to work on all
+machines, notably not all clean-with-nothing-already-installed
+machines, but we could not find out what is missing.  If you
+do please tell us.)</li>
+</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>
 </div>
 <div class="section" id="other-versions">
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -13,7 +13,7 @@
   performance improvements.
 
 Here are the various binaries of **PyPy 1.6** that we provide for x86 Linux,
-Mac OS/X or Windows (**Note**: windows binaries are not ready yet).
+Mac OS/X or Windows.
 
 .. class:: download_menu
 
@@ -40,12 +40,16 @@
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (64bit)`__
-* Windows binary (32bit) (BETA!) (you may need to install the `VS 2010 runtime 
libraries`_), not available yet
+* `Windows binary (32bit)`__ (BETA! Known not to work on all
+  machines, notably not all clean-with-nothing-already-installed
+  machines, but we could not find out what is missing.  If you
+  do please tell us.)
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2
-.. _`VS 2010 runtime libraries`: 
http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-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``.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to