# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1268326612 0 # Thu Mar 11 16:56:52 2010 +0000 # Branch extradoc # Node ID 0ef92df873f1b26b64ae3c1adc24f9678391fabb # Parent a0176534f20982c956d8377beb193e76787be20c Update the links. diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -72,9 +72,9 @@ * `Mac OS/X binary`__ * `Windows binary`__ -.. __: http://pypy.org/download/pypy-nojit-1.2-linux.tar.bz2 -.. __: http://pypy.org/download/pypy-nojit-1.2-osx.tar.bz2 -.. __: http://pypy.org/download/pypy-nojit-1.2-win.zip +.. __: http://pypy.org/download/pypy-1.2-linux-nojit.tar.bz2 +.. __: http://pypy.org/download/pypy-1.2-osx-nojit.tar.bz2 +.. __: http://pypy.org/download/pypy-1.2-win-nojit.zip If your CPU is a 64-bit machine and you want to translate_ a 32-bit version of PyPy yourself, `here are hints`_. @@ -98,9 +98,9 @@ * `Mac OS/X binary`__ * `Windows binary`__ -.. __: http://pypy.org/download/pypy-sandbox-1.2-linux.bz2 -.. __: http://pypy.org/download/pypy-sandbox-1.2-osx.bz2 -.. __: http://pypy.org/download/pypy-sandbox-1.2-win.zip +.. __: http://pypy.org/download/pypy-1.2-linux-sandbox.bz2 +.. __: http://pypy.org/download/pypy-1.2-osx-sandbox.bz2 +.. __: http://pypy.org/download/pypy-1.2-win-sandbox.zip It is also possible to translate_ a version that includes both sandboxing and the JIT compiler, although as the JIT is relatively @@ -126,9 +126,9 @@ * `Mac OS/X binary`__ * `Windows binary`__ -.. __: http://pypy.org/download/pypy-stackless-1.2-linux.tar.bz2 -.. __: http://pypy.org/download/pypy-stackless-1.2-osx.tar.bz2 -.. __: http://pypy.org/download/pypy-stackless-1.2-win.zip +.. __: http://pypy.org/download/pypy-1.2-linux-stackless.tar.bz2 +.. __: http://pypy.org/download/pypy-1.2-osx-stackless.tar.bz2 +.. __: http://pypy.org/download/pypy-1.2-win-stackless.zip It is not possible right now to combine Stackless features with the JIT. @@ -158,10 +158,13 @@ ------------------------------- 1. Get the source code. The following packages contain the source at - the same revision as the above binaries: + the same revision as the above binaries (these are svn exports): - * pypy-1.2-src.tar.bz2 (sources, Unix line endings) - * pypy-1.2-src.zip (sources, Windows line endings) + * `pypy-1.2-src.tar.bz2`__ (sources, Unix line endings) + * `pypy-1.2-src.zip`__ (sources, Windows line endings) + + .. __: http://pypy.org/download/pypy-1.2-src.tar.bz2 + .. __: http://pypy.org/download/pypy-1.2-src.zip Or you can checkout the current trunk using Subversion_ (the trunk usually works and is of course more up-to-date)::