Skip to content

Commit

Permalink
README: emphasize that installing Rakudo is really necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 30, 2010
1 parent 36998b8 commit 261eb2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Expand Up @@ -63,6 +63,15 @@ the build directory using a command like:

$ ./perl6 hello.pl

B<Important>: To run Rakudo from outside the build directory, you
B<must> run

$ make install

This will install the C<perl6> (or C<perl6.exe> binary on windows)
into the C<parrot_install/bin> directory locally, no additional root
privileges necessary.

The C<--gen-parrot> above option tells Configure.pl to automatically
download and build the most appropriate version of Parrot into
a local "parrot/" subdirectory, install that Parrot into
Expand Down

0 comments on commit 261eb2a

Please sign in to comment.