diff --git a/download.html b/download.html index cfd623c140f5e770bdedcbad94f6446ac69ff90b_ZG93bmxvYWQuaHRtbA==..435b4bed28642421eaf2d1296c1a026744329172_ZG93bmxvYWQuaHRtbA== 100644 --- a/download.html +++ b/download.html @@ -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> diff --git a/source/download.txt b/source/download.txt index cfd623c140f5e770bdedcbad94f6446ac69ff90b_c291cmNlL2Rvd25sb2FkLnR4dA==..435b4bed28642421eaf2d1296c1a026744329172_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -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)`__