Skip to content

Instantly share code, notes, and snippets.

Created September 8, 2010 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/570109 to your computer and use it in GitHub Desktop.
Save anonymous/570109 to your computer and use it in GitHub Desktop.
pmichaud@plum:~$ rm -rf rakudo
pmichaud@plum:~$ git clone git@github.com:rakudo/rakudo.git
Initialized empty Git repository in /home/pmichaud/rakudo/.git/
remote: Counting objects: 35688, done.
remote: Compressing objects: 100% (8693/8693), done.
remote: Total 35688 (delta 26625), reused 35477 (delta 26480)
Receiving objects: 100% (35688/35688), 4.47 MiB | 1.19 MiB/s, done.
Resolving deltas: 100% (26625/26625), done.
pmichaud@plum:~$ cd rakudo
pmichaud@plum:~/rakudo$ echo 48854 >build/PARROT_REVISION
pmichaud@plum:~/rakudo$ perl Configure.pl --gen-parrot
Generating Parrot ...
/usr/bin/perl build/gen_parrot.pl --prefix=/home/pmichaud/rakudo/parrot_install --optimize
Checking out Parrot r48854 via svn...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment