Here is a diff -u (attached) of a corrected version. The diff is self-explanatory.
Elmo
--- getting-started.txt 2006-05-07 14:07:04.000000000 +0300 +++ getting-started.txt-new 2006-05-07 14:48:57.000000000 +0300 @@ -384,7 +384,7 @@ +++++++++++++++++++++++++++++++++++++++ To translate for LLVM (`low level virtual machine`_) you must first have `LLVM -installed with version 1.6`_ - the `how to install LLVM`_ provides some helpful +installed with version 1.7`_ - the `how to install LLVM`_ provides some helpful hints. Please note that you do not need the CFrontend to compile, make tools-only. @@ -635,7 +635,7 @@ .. _`PyPy/LLVM backend`: translation.html#llvm .. _`low level virtual machine`: http://llvm.org/ .. _`how to install LLVM`: http://llvm.org/docs/GettingStarted.html -.. _`LLVM mailing list`: http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev +.. _`LLVM mailing list`: http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev .. _`LLVM installed with version 1.7`: http://llvm.org/releases
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
