On Fri, 09 Jun 2017 00:34:52 -0700, rnhainswo...@gmail.com wrote:
> It seems the executable in .rakudobrew/bin is a complex script and is
> different from the executable in .rakudobrew/moar-nom
> 
> Is there some documentation about the build process?

Yes, forget rakudobrew. It's not for working on rakudo.

Clone from the repo and build the compiler: https://github.com/rakudo/rakudo/

git clone https://github.com/rakudo/rakudo/
cd rakudo
perl Configure.pl --gen-moar --gen-nqp --backends=moar
make
make install

You'll have ./perl6-debug-m then in the current dir.

Reply via email to