[pypy-svn] r26933 - pypy/dist/pypy/doc

ericvrp at codespeak.net ericvrp at codespeak.net
Sun May 7 14:38:50 CEST 2006


Author: ericvrp
Date: Sun May  7 14:38:48 2006
New Revision: 26933

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
You need llvm 1.7 (not 1.6) currently.
(thank you Elmo for spotting this)


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Sun May  7 14:38:48 2006
@@ -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.
 



More information about the Pypy-commit mailing list