<li><pclass="first">Make sure you <strong>installed the dependencies.</strong> See the list <aclass="reference external"href="http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies">here</a>.</p>
...
...
@@ -278,7 +284,7 @@
</li>
<li><pclass="first">Run the <ttclass="docutils literal">rpython</tt> script. Here are the common combinations
of options (works also with <ttclass="docutils literal">python</tt> instead of <ttclass="docutils literal">pypy</tt>;
requires CPython 2.7 or PyPy 2):</p>
requires CPython 2.7 or PyPy 2, even to build PyPy 3):</p>
<preclass="literal-block">
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get the no-jit version