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

Tweaks.

parent cfd623c1
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,6 @@
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-win32.zip">Windows binary (32bit)</a> (you might need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime library
installer vcredist_x86.exe</a>.)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (unix line endings)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (also unix line endings, sorry)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (tar.bz2, unix line endings)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (zip, also unix line endings, sorry)</a></li>
</ul>
......@@ -96,4 +96,6 @@
</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="for-arm-alpha">
<h1>2.0 for ARM alpha</h1>
......@@ -103,8 +105,6 @@
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-alpha-arm-armhf.tar.bz2">Linux binary (32bit, armhf)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-upstream_2.0~alpha+arm_armhf.deb">Linux deb for raspbian (raspberry pi)</a></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">
<span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
......@@ -118,7 +118,8 @@
sandboxing and the JIT compiler, although as the JIT is relatively
complicated, this reduces a bit the level of confidence we can put in
the result.) <strong>Note that the sandboxed binary needs a full pypy checkout
to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details<ul>
to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details. (These are old,
PyPy 1.8.)<ul>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2">Linux binary (64bit)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2">Linux binary (32bit)</a></li>
</ul>
......
......@@ -73,8 +73,8 @@
* `Mac OS/X binary (64bit)`__
* `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library
installer vcredist_x86.exe`_.)
* `Source (unix line endings)`__
* `Source (also unix line endings, sorry)`__
* `Source (tar.bz2, unix line endings)`__
* `Source (zip, also unix line endings, sorry)`__
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux64.tar.bz2
......@@ -84,6 +84,9 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip
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``.
2.0 for ARM alpha
-----------------
......@@ -97,9 +100,6 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-alpha-arm-armhf.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-upstream_2.0~alpha+arm_armhf.deb
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``.
.. _`Other versions (without a JIT)`:
Other versions
......@@ -116,7 +116,8 @@
sandboxing and the JIT compiler, although as the JIT is relatively
complicated, this reduces a bit the level of confidence we can put in
the result.) **Note that the sandboxed binary needs a full pypy checkout
to work**. Consult the `sandbox docs`_ for details
to work**. Consult the `sandbox docs`_ for details. (These are old,
PyPy 1.8.)
* `Linux binary (64bit)`__
......
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