Skip to content
Snippets Groups Projects
Commit 812c640a authored by Matti Picus's avatar Matti Picus
Browse files

fix the source, and in all places

parent 944a368c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
* `Linux binary (64bit) (libc 2.13)`__
* `Linux ARM binary`__
* `Mac OS/X binary (64bit)`__
* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library installer vcredist_x86.exe`_)
* `Windows binary (32bit)`__ (you may need the `VS 2008 runtime library installer vcredist_x86.exe`_)
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux64-libc2.15.tar.bz2
......@@ -60,7 +60,7 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-linux-armel.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-osx64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-win32.zip
.. _`VS 2009 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
.. _`VS 2008 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
1.9
---
......@@ -68,9 +68,9 @@
* `Linux binary (32bit)`__
* `Linux binary (64bit)`__
* `Mac OS/X binary (64bit)`__
* `Windows binary (32bit)`__ (you may need the `VS 2009 runtime library installer vcredist_x86.exe`_)
* `Windows binary (32bit)`__ (you may need the `VS 2008 runtime library installer vcredist_x86.exe`_)
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip
......@@ -72,9 +72,9 @@
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip
.. _`VS 2009 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
.. _`VS 2008 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
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``.
......
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