[pypy-svn] r39112 - pypy/release/0.99.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Feb 17 15:46:57 CET 2007


Author: cfbolz
Date: Sat Feb 17 15:46:56 2007
New Revision: 39112

Modified:
   pypy/release/0.99.x/pypy/doc/getting-started.txt
Log:
add ctypes to requirements


Modified: pypy/release/0.99.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/getting-started.txt	Sat Feb 17 15:46:56 2007
@@ -760,6 +760,16 @@
 
 	pygame: http://www.pygame.org/download.shtml
 
+CTypes (highly recommended)
+++++++++++++++++++++++++++++
+
+`ctypes`_ (version 0.9.9.6 or later) is required if you want to translate PyPy
+to C. See the `download page of ctypes`_.
+
+.. _`download page of ctypes`: http://sourceforge.net/project/showfiles.php?group_id=71702
+.. _`ctypes`: http://starship.python.net/crew/theller/ctypes/
+
+
 CLISP
 +++++++
 



More information about the Pypy-commit mailing list