Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r243:0454c0b4341d Date: 2011-08-26 12:05 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0454c0b4341d/
Log: Update. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -70,10 +70,7 @@ <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2">Linux binary (32bit)</a></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2">Linux binary (64bit)</a></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32.zip">Windows binary (32bit)</a> (BETA! Known not to work on all -machines, notably not all clean-with-nothing-already-installed -machines, but we could not find out what is missing. If you -do please tell us.)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32-c.zip">Windows binary (32bit) release c</a> (BETA!)</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> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -40,15 +40,12 @@ * `Linux binary (32bit)`__ * `Linux binary (64bit)`__ * `Mac OS/X binary (64bit)`__ -* `Windows binary (32bit)`__ (BETA! Known not to work on all - machines, notably not all clean-with-nothing-already-installed - machines, but we could not find out what is missing. If you - do please tell us.) +* `Windows binary (32bit) release c`__ (BETA!) .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32.zip +.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
