[pypy-svn] r4762 - in pypy/trunk/doc: . devel

hpk at codespeak.net hpk at codespeak.net
Mon May 31 16:43:13 CEST 2004


Author: hpk
Date: Mon May 31 16:43:13 2004
New Revision: 4762

Added:
   pypy/trunk/doc/devel/optionaltool.txt
      - copied, changed from r4759, pypy/trunk/doc/optionaltools.txt
Removed:
   pypy/trunk/doc/optionaltools.txt
Log:
reworked optionaltools a bit and moved it to 
devel ...


Copied: pypy/trunk/doc/devel/optionaltool.txt (from r4759, pypy/trunk/doc/optionaltools.txt)
==============================================================================
--- pypy/trunk/doc/optionaltools.txt	(original)
+++ pypy/trunk/doc/devel/optionaltool.txt	Mon May 31 16:43:13 2004
@@ -1,24 +1,27 @@
-Optional Tools for Pypy sprinting:
-==================================
+Optional Tools for running (and hacking) PyPy 
+=============================================
 
-In addition to the latest version of svn, and (of course!) Python, here are some optional tools to install for working on pypy. 
+In addition to the latest version of svn and Python, we use some optional 
+tools to install for working on pypy. They are not required to run all the
+tests or to get an interactive PyPy prompt but they help to understand and
+debug PyPy. 
 
 Recommended tools:
------------------------------
+------------------
+
+* graphviz::
+
+	(used for visualizing the control-flow)
+	http://www.research.att.com/sw/tools/graphviz/download.html_
 
 * pygame::
 
-	(recommended to call from Translator to visualize the control flow 	annotation)
+	(to visualize control flow and annotation analysis of python programs)
 	http://www.pygame.org/download.shtml_
 
 	- on MAC OSX, TRY THIS::
 	Alex will reconstruct the process for us
 
-* graphviz::
-
-	(used for visualizing the postscript)
-	http://www.research.att.com/sw/tools/graphviz/download.html_
-
 Optional tools:
 ---------------
 

Deleted: /pypy/trunk/doc/optionaltools.txt
==============================================================================
--- /pypy/trunk/doc/optionaltools.txt	Mon May 31 16:43:13 2004
+++ (empty file)
@@ -1,30 +0,0 @@
-Optional Tools for Pypy sprinting:
-==================================
-
-In addition to the latest version of svn, and (of course!) Python, here are some optional tools to install for working on pypy. 
-
-Recommended tools:
------------------------------
-
-* pygame::
-
-	(recommended to call from Translator to visualize the control flow 	annotation)
-	http://www.pygame.org/download.shtml_
-
-	- on MAC OSX, TRY THIS::
-	Alex will reconstruct the process for us
-
-* graphviz::
-
-	(used for visualizing the postscript)
-	http://www.research.att.com/sw/tools/graphviz/download.html_
-
-Optional tools:
----------------
-
-* CLISP::
-
-	Optional (if you want to work on generating lisp code from pypy)
-	http://clisp.cons.org/_
-
-



More information about the Pypy-commit mailing list