aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2014-05-02 21:58:59 +0200
committerjnthn <jnthn@jnthn.net>2014-05-02 21:58:59 +0200
commitdec0e26eb8d8f6640badc4a89800fd61e9341729 (patch)
tree1025951d7c343eeacebb20957c0d8981da4883df /README
parent470065927d4b4abfb23b8a98178a87885b4f7bee (diff)
s/5.9.0/5.10.0/ as "dev releases never happened"
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index df4c43c..2afe46e 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ with less.
Build Prerequisites for Rakudo on the JVM
-----------------------------------------
To build Rakudo Star on the JVM, you need at least a 'make' utility,
-both 'java' and 'javac' available in your path, and Perl 5.9.0 or
+both 'java' and 'javac' available in your path, and Perl 5.10.0 or
newer. The 'java' and 'javac' are obtained by installing a Java
Development kit, for example openjdk-7 or the Oracle JDK.
@@ -43,7 +43,7 @@ can complete within a gigabyte of memory.
Build Prerequisites for Rakudo on Parrot
----------------------------------------
To build Rakudo Star on Parrot you need at least a 'make' utility, a C
-compiler, and Perl 5.9.0 or newer. You probably also want a machine with
+compiler, and Perl 5.10.0 or newer. You probably also want a machine with
a fair amount of memory available: 1GB is known to be too small for
building Rakudo on Parrot, while 2GB is generally known to be sufficient.