Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r364:88da56955f71 Date: 2012-09-14 23:40 +0200 http://bitbucket.org/pypy/pypy.org/changeset/88da56955f71/
Log: update html diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -48,8 +48,8 @@ <p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always as stable as the release, but they contain numerous bugfixes and performance improvements.</p> -<p>Here are the various binaries of <strong>PyPy 1.9</strong> that we provide for x86 Linux, -Mac OS/X or Windows.</p> +<p>Here are the binaries of the current release — <strong>PyPy 1.9</strong> — (<a class="reference external" href="https://bitbucket.org/pypy/pypy/src/default/pypy/doc/release-1.9.0.rst">what's +new in PyPy 1.9?</a>) for x86 Linux, Mac OS/X or Windows.</p> <ul class="download-menu simple"> <li>Download<ul> <li><a class="reference internal" href="#default-with-a-jit-compiler">Default (with a JIT Compiler)</a></li> @@ -73,8 +73,7 @@ <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux.tar.bz2">Linux binary (32bit)</a></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-linux64.tar.bz2">Linux binary (64bit)</a></li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip">Windows binary (32bit)</a> -(you need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime libraries vcredist_x86.exe</a>) +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-win32.zip">Windows binary (32bit)</a> (you may need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2009 runtime library installer vcredist_x86.exe</a>)</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> @@ -213,4 +212,4 @@ </div> </div></div></div> </body> -</html> +</html> \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
