<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 <aclass="reference internal"href="#translate">translate</a> yourself with the option <ttclass="docutils literal"><spanclass="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
...
...
@@ -98,7 +98,7 @@
</div>
<divclass="section"id="installing">
<h1>Installing</h1>
<p>All versions are packaged in a <ttclass="docutils literal">tar.bz2</tt> or <ttclass="docutils literal">zip</tt> file. When
<p>All binary versions are packaged in a <ttclass="docutils literal">tar.bz2</tt> or <ttclass="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 <ttclass="docutils literal">/opt</tt>, and
if you want, put a symlink from somewhere like
...
...
@@ -112,8 +112,8 @@
<li><pclass="first">Get the source code. The following packages contain the source at
the same revision as the above binaries:</p>
<ulclass="simple">
<li><ahref="#id8"><spanclass="problematic"id="id12">`pypy-1.7-src.tar.bz2`__</span></a> (sources, Unix line endings)</li>
<li><ahref="#id8"><spanclass="problematic"id="id13">`pypy-1.7-src.zip`__</span></a> (sources, Unix line endings too, sorry)</li>
<li><aclass="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><aclass="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 <aclass="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><pclass="first">Make sure you <strong>installed the dependencies.</strong> See the list <ahref="#id8"><spanclass="problematic"id="id14">here__</span></a>.</p>
<li><pclass="first">Make sure you <strong>installed the dependencies.</strong> See the list <aclass="reference external"href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
</li>
<li><pclass="first">Enter the <ttclass="docutils literal">goal</tt> directory:</p>
<preclass="literal-block">
...
...
@@ -182,11 +182,11 @@
<h1>Checksums</h1>
<p>Here are the checksums for each of the downloads (md5 and sha1):</p>