| | 51 | See also http://rakudo.org/how-to-get-rakudo |
| | 52 | |
| | 53 | == Parrot and Rakudo 2nd try == |
| | 54 | |
| | 55 | Download git for windows and install it |
| | 56 | |
| | 57 | http://code.google.com/p/msysgit/ |
| | 58 | http://msysgit.googlecode.com/files/Git-1.6.3.2-preview20090608.exe |
| | 59 | |
| | 60 | Answers I selected: |
| | 61 | Use Git Bash only |
| | 62 | Use OpenSSH (though not really needed) |
| | 63 | Use Windows style line endings |
| | 64 | |
| | 65 | |
| | 66 | |
| | 67 | Download command line SVN for windows and install it |
| | 68 | (I don't know where did I download it from but it says: |
| | 69 | {{{ |
| | 70 | svn --version |
| | 71 | svn, version 1.5.5 (r34862) |
| | 72 | compiled Dec 23 2008, 12:42:22 |
| | 73 | }}} |
| | 74 | |
| | 75 | {{{ |
| | 76 | mkdir c:\strawberry |
| | 77 | cd c:\strawberry |
| | 78 | "\Program Files\Git\bin\git.exe" clone git://github.com/rakudo/rakudo.git six |
| | 79 | |
| | 80 | cd six |
| | 81 | perl Configure --gen-parrot |
| | 82 | mingw32-make |
| | 83 | }}} |
| | 84 | |
| | 85 | The size of c:\strawberry\six is now 322/346 MB |
| | 86 | |
| | 87 | From c:\strawberry\six\ |
| | 88 | delete the following: |
| | 89 | .git .gitignore src lib build docs t tools perl6.c perl6.o perl6.pbc perl6_s1.pbc |