cvsuser 01/09/15 11:16:09
Modified: . README
Log:
Updated README to include Configure.pl
Revision Changes Path
1.6 +5 -0 parrot/README
Index: README
===================================================================
RCS file: /home/perlcvs/parrot/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- README 2001/09/10 16:56:28 1.5
+++ README 2001/09/15 18:16:09 1.6
@@ -34,6 +34,11 @@
For now, unpack your Parrot tarball, (if you're reading this, you've
probably already done that) type
+ perl Configure.pl
+
+to run the Configure script. This will generate a config.h header, a
+Parrot::Config module, and a Makefile. Next type
+
make test_prog
and the test interpreter should build.