summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-26 18:24:40 (GMT)
committerGuido van Rossum <guido@python.org>1993-12-26 18:24:40 (GMT)
commit6085e32a753a01e1ea0db54517a02e0fe4c1a76e (patch)
treed6a318efa92596fad342f99efa78195895157ab6 /README
parent1dfec14f833f284c85a661166e237006dd1d773e (diff)
downloadcpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.zip
cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.gz
cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.bz2
Alpha 1.0.0
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index df74e00..e5ea873 100644
--- a/README
+++ b/README
@@ -25,10 +25,12 @@ done so.)
make
-This will recursively run Make in each of the Parser, Objects and
-Python subdirectories. In Parser it builds an executable "pgen" and a
-library libParser.a. In Objects it builds a library libObjects.a. In
-Python it builds a library libPython.a and an executable "python".
+This will recursively run Make in each of the Parser, Grammar, Objects
+and Python subdirectories. In Parser it builds an executable "pgen"
+and a library libParser.a. In Grammar it runs Parser/pgen to generate
+graminit.[ch] which are copied to Includes and Python, respectively.
+In Objects it builds a library libObjects.a. In Python it builds a
+library libPython.a and an executable "python".
(3) Test the resulting executable: