Skip to content

Instantly share code, notes, and snippets.

@blippy
Last active December 16, 2016 17:32
Show Gist options
  • Select an option

  • Save blippy/dde8970980937a5d9af992571300e135 to your computer and use it in GitHub Desktop.

Select an option

Save blippy/dde8970980937a5d9af992571300e135 to your computer and use it in GitHub Desktop.
rakudo-star-2016.11 build
[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
@blippy

blippy commented Dec 16, 2016

Copy link
Copy Markdown
Author

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment