Changes between Version 17 and Version 18 of BuildingOnPortableStrawberry
- Timestamp:
- 09/07/09 18:43:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnPortableStrawberry
v17 v18 76 76 {{{ 77 77 perl Configure.pl --gen-parrot --gen-parrot-prefix=c:\strawberry\six --parrot-config=c:\strawberry\six\bin\parrot_config.exe 78 mingw32-make && mingw32-make install 78 mingw32-make 79 mingw32-make test 80 mingw32-make install 79 81 }}} 80 82 … … 91 93 six/parrot/runtime 92 94 }}} 93 and remove the .svn directories:94 {{{95 perl -MFile::Find::Rule -MFile::Path -e"rmtree(File::Find::Rule->directory()->name('.svn')->in('parrot'))"96 }}}97 95 98 96 size: 20 MB … … 109 107 Switch back to master 110 108 {{{ 111 "\Program Files\Git\bin\git.exe"checkout master109 git checkout master 112 110 }}}
