How to install perl6
Rakudo: Is a compiler for Perl 6.
Rakudobrew: Is an installation manager for Rakudo.
Panda: Is a Perl 6 module installer.
Rakudo Star: Is a bundle that includes Rakudo, Panda, a collection of Perl 6 modules, and documentation.
Install Rakudobrew:
- sudo apt-get install build-essential git
- git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
- echo 'export PATH=~/.rakudobrew/bin:$PATH' >> ~/.bashrc
- source ~/.bashrc
Install Rakudo: Type the following command in the terminal
- rakudobrew build moar
Install Panda: Type the following command in the terminal
- rakudobrew build panda
Restart computer
Comments
Post a Comment