Changes between Version 11 and Version 12 of BuildingOnPortableStrawberry
- Timestamp:
- 07/24/09 07:09:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnPortableStrawberry
v11 v12 81 81 The size of c:\strawberry\six is now 322/346 MB 82 82 83 Files needed are 84 six/perl6.pbc 83 Files needed are On Windows 84 {{{ 85 six/CREDITS 86 six/LICENSES 87 six/perl6.exe 88 six/libparrot.dll 89 six/parrot/CREDITS 90 six/parrot/LICENSES 91 six/parrot/runtime 92 }}} 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 }}} 85 97 86 On Windows 98 size: 20 MB 87 99 88 six/parrot.exe 89 six/libparrot.dll 100 zipped size 6 Mb. 90 101 91 On Linux92 parrot93 blib/lib/libparrot.so.0.8.294 95 96 97 98 From c:\strawberry\six\99 delete the following:100 101 .git .gitignore src lib build docs t tools perl6.c perl6.o perl6.pbc perl6_s1.pbc102 103 104 From c:\strawberry\six\parrot\105 delete the following:106 107 src compilers docs t include examples blib lib libparrot.dll108 109 110 Delete all the .svn directories:111 112 perl -MFile::Find::Rule -MFile::Path -e"rmtree(File::Find::Rule->directory()->name('.svn')->in('parrot'))"113 114 size: 28/29 MB115 116 zipped size 7 Mb.117 102 118 103 In the Padre repo there is a tools\include_parrot.pl that could be refurbished
