Last active
December 16, 2016 17:32
-
-
Save blippy/dde8970980937a5d9af992571300e135 to your computer and use it in GitHub Desktop.
rakudo-star-2016.11 build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mcarter@vivo rakudo-star-2016.11]$perl Configure.pl --prefix=$HOME/.local --gen-moar | |
| You can now use 'make' to build Rakudo. | |
| After that, 'make test' will run some tests and | |
| 'make install' will install Rakudo. | |
| #PROBLEM | |
| make install | |
| panda depends on File::Find, Shell::Command, JSON::Fast, File::Which | |
| #SOLUTION | |
| Couldn't seem to find perl5 prove utility. | |
| which prove | |
| So add following to PATH: | |
| /usr/bin/core_perl |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also: