Skip to content
Snippets Groups Projects
Commit 8a8aa435 authored by Armin Rigo's avatar Armin Rigo
Browse files

Add the Windows link.

parent 922c9618
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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,8 +40,11 @@
* `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
......@@ -44,8 +47,9 @@
.. __: 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``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment