diff options
author | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
commit | 6085e32a753a01e1ea0db54517a02e0fe4c1a76e (patch) | |
tree | d6a318efa92596fad342f99efa78195895157ab6 /README | |
parent | 1dfec14f833f284c85a661166e237006dd1d773e (diff) | |
download | cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.zip cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.gz cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.bz2 |
Alpha 1.0.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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: |