diff --git a/download.html b/download.html index a92d5719d9dc3664a8eea84ed2e9ace5a312d707_ZG93bmxvYWQuaHRtbA==..3b0fd88061dc40a8271f9f4b02e659a6e7c22127_ZG93bmxvYWQuaHRtbA== 100644 --- a/download.html +++ b/download.html @@ -69,9 +69,9 @@ (This is the official release 1.7; for the most up-to-date version see below.)</p> <ul class="simple"> -<li><a href="#id8"><span class="problematic" id="id9">`Linux binary (32bit)`__</span></a></li> -<li><a href="#id8"><span class="problematic" id="id10">`Linux binary (64bit)`__</span></a></li> -<li><a href="#id8"><span class="problematic" id="id11">`Mac OS/X binary (64bit)`__</span></a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux.tar.bz2">Linux binary (32bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2">Linux binary (64bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li> <li>Windows binary (32bit) release c - not ready yet</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> @@ -98,7 +98,7 @@ </div> <div class="section" id="installing"> <h1>Installing</h1> -<p>All versions are packaged in a <tt class="docutils literal">tar.bz2</tt> or <tt class="docutils literal">zip</tt> file. When +<p>All binary versions are packaged in a <tt class="docutils literal">tar.bz2</tt> or <tt class="docutils literal">zip</tt> file. When uncompressed, they run in-place. For now you can uncompress them either somewhere in your home directory or, say, in <tt class="docutils literal">/opt</tt>, and if you want, put a symlink from somewhere like @@ -112,8 +112,8 @@ <li><p class="first">Get the source code. The following packages contain the source at the same revision as the above binaries:</p> <ul class="simple"> -<li><a href="#id8"><span class="problematic" id="id12">`pypy-1.7-src.tar.bz2`__</span></a> (sources, Unix line endings)</li> -<li><a href="#id8"><span class="problematic" id="id13">`pypy-1.7-src.zip`__</span></a> (sources, Unix line endings too, sorry)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.7.tar.bz2">pypy-1.7-src.tar.bz2</a> (sources, Unix line endings)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.7.zip">pypy-1.7-src.zip</a> (sources, Unix line endings too, sorry)</li> </ul> <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk usually works and is of course more up-to-date):</p> @@ -121,7 +121,7 @@ hg clone https://bitbucket.org/pypy/pypy </pre> </li> -<li><p class="first">Make sure you <strong>installed the dependencies.</strong> See the list <a href="#id8"><span class="problematic" id="id14">here__</span></a>.</p> +<li><p class="first">Make sure you <strong>installed the dependencies.</strong> See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p> </li> <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p> <pre class="literal-block"> @@ -182,11 +182,11 @@ <h1>Checksums</h1> <p>Here are the checksums for each of the downloads (md5 and sha1):</p> <pre class="literal-block"> -ee949986fc5ec5c4a11ecbd546b87fbb pypy-1.6-linux.tar.bz2 -a34e3113508449393e874f409dd888fc pypy-1.6-linux64.tar.bz2 -78bbf70f55e9fec20d7ac22531a997fc pypy-1.6-osx64.tar.bz2 -1bdef4c7adc023033552754258fd02bb63612632 pypy-1.6-linux.tar.bz2 -4a42625139351f9a1c2f8d7ec13ff636cfc9d8ac pypy-1.6-linux64.tar.bz2 -d703aa34fe1a45682ce4a09470ee9b1fa873d9be pypy-1.6-osx64.tar.bz2 +ceb8dfe7d9d1aeb558553b91b381a1a8 pypy-1.7-linux64.tar.bz2 +8a6e2583902bc6f2661eb3c96b45f4e3 pypy-1.7-linux.tar.bz2 +ff979054fc8e17b4973ffebb9844b159 pypy-1.7-osx64.tar.bz2 +d364e3aa0dd5e0e1ad7f1800a0bfa7e87250c8bb pypy-1.7-linux64.tar.bz2 +68554c4cbcc20b03ff56b6a1495a6ecf8f24b23a pypy-1.7-linux.tar.bz2 +cedeb1d6bf0431589f62e8c95b71fbfe6c4e7b96 pypy-1.7-osx64.tar.bz2 </pre> </div> @@ -191,12 +191,5 @@ </pre> </div> -<div class="system-messages section"> -<h1>Docutils System Messages</h1> -<div class="system-message" id="id8"> -<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">[dynamic-text]</tt>); <em>backlinks: <a href="#id9">1</a>, <a href="#id10">2</a>, <a href="#id11">3</a>, <a href="#id12">4</a>, <a href="#id13">5</a>, <a href="#id14">6</a></em></p> -Anonymous hyperlink mismatch: 6 references but 7 targets. -See “backrefs” attribute for IDs.</div> -</div> </div> <div id="sidebar"> </div> diff --git a/source/download.txt b/source/download.txt index a92d5719d9dc3664a8eea84ed2e9ace5a312d707_c291cmNlL2Rvd25sb2FkLnR4dA==..3b0fd88061dc40a8271f9f4b02e659a6e7c22127_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -46,7 +46,6 @@ .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-win32-c.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