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:
  1. sudo apt-get install build-essential git
  2. git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
  3. echo 'export PATH=~/.rakudobrew/bin:$PATH' >> ~/.bashrc
  4. source ~/.bashrc

Install Rakudo: Type the following command in the terminal
  1. rakudobrew build moar
Install Panda: Type the following command in the terminal
  1. rakudobrew build panda

Restart computer

Comments

Popular posts from this blog