Raku / rakubrew.org

rakubrew.org website
https://rakubrew.org/
Artistic License 2.0
8 stars 5 forks source link

It is possible to install, custom raku compiled #17

Closed anquegi closed 2 years ago

anquegi commented 2 years ago

You can install raku

rakubrew build[-rakudo] [] [||]

from branch or sha directly, but it should be possible to install from your custom fork, or custom directory.

how can this be achieved?

patrickbkr commented 2 years ago

Rakubrew currently doesn't have the ability to build from custom forks/directories. Rakubrew has a functionality to register a custom installation and then manage it though. To do so you need to build and install your fork manually (basically ./Configure.pl && make install) and then rakubrew register my-fork /path/to/the/custom/forks/install/dir. Does that help?

anquegi commented 2 years ago

thanks @patrickbkr , for the detailed instructions I will give it a try, I didn't get the register functionality