[svn:parrot] r42548 - trunk
barney at svn.parrot.org
barney at svn.parrot.org
Tue Nov 17 12:03:33 UTC 2009
Author: barney
Date: Tue Nov 17 12:03:28 2009
New Revision: 42548
URL: https://trac.parrot.org/parrot/changeset/42548
Log:
Removed reference to Bundle::Parrot.
Modified:
trunk/README
Modified: trunk/README
==============================================================================
--- trunk/README Tue Nov 17 10:58:17 2009 (r42547)
+++ trunk/README Tue Nov 17 12:03:28 2009 (r42548)
@@ -14,17 +14,16 @@
PREREQUISITES
-------------
-You need a C compiler, a linker, and a make program of course. If you will be
-linking with the ICU library you have to download and install it before
-configuring Parrot.
+You need a C compiler, a linker, and a make program of course.
-Get it from http://site.icu-project.org/download
+If you will be linking with the ICU library you have to download and install it before
+configuring Parrot. Get it from http://site.icu-project.org/download
-You also need Perl 5.8.4 or newer, Storable 2.12 or newer, and Bundle::Parrot
-to run various configure and build scripts.
+You also need Perl 5.8.4 or newer, and Storable 2.12 or newer
+for running various configure and build scripts.
For most of the platforms that we are supporting initially, Parrot should build
-out of the box. PLATFORM lists our target platforms.
+out of the box. PLATFORM lists our target platforms.
INSTRUCTIONS
------------
More information about the parrot-commits
mailing list