Skip to content

Commit

Permalink
Update Configure.pl --help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 8, 2011
1 parent 1b81860 commit 412a42e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Configure.pl
Expand Up @@ -66,11 +66,15 @@ sub print_help {
General Options: General Options:
--help Show this text --help Show this text
--prefix=dir Install files in dir --prefix=dir Install files in dir
--with-parrot=path/to/bin/parrot --with-nqp=path/to/bin/nqp
NQP executable to use to build Rakudo
--gen-nqp[=branch]
Download and build a copy of NQP
--with-parrot=path/to/bin/parrot
Parrot executable to use to build NQP Parrot executable to use to build NQP
--gen-parrot Download and build a copy of Parrot to use --gen-parrot[=branch]
--parrot-option='--option=value' Download and build a copy of Parrot
Options to pass to parrot configuration for --gen-parrot --makefile-timing Enable timing of individual makefile commands
END END


return; return;
Expand Down

0 comments on commit 412a42e

Please sign in to comment.