Changes between Version 15 and Version 16 of BuildingOnPortableStrawberry
- Timestamp:
- 09/07/09 18:39:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnPortableStrawberry
v15 v16 55 55 Download CollabNet Subversion Command-Line Client 56 56 57 57 {{{ 58 set PATH=%PATH%;C:\Program Files\Git\bin 59 }}} 58 60 59 61 Actual building instructions: 60 62 61 63 {{{ 62 mkdir c:\ strawberry63 cd c:\ strawberry64 "\Program Files\Git\bin\git.exe"clone git://github.com/rakudo/rakudo.git six64 mkdir c:\tools 65 cd c:\tools 66 git clone git://github.com/rakudo/rakudo.git six 65 67 66 68 cd six 67 69 }}} 68 70 69 Optionally switch to a r elease tag. e.g. to Chicago71 Optionally switch to a rakudo release tag. e.g. to PDX 70 72 {{{ 71 "\Program Files\Git\bin\git.exe" checkout Chicago 73 git checkout PDX 72 74 }}} 73 75 74 76 {{{ 75 perl Configure.pl --gen-parrot 77 perl Configure.pl --gen-parrot --gen-parrot-prefix=c:\strawberry\six --parrot-config=c:\strawberry\six\bin\parrot_config.exe 76 78 mingw32-make 77 79 }}}
