Changes between Version 5 and Version 6 of BuildingOnPortableStrawberry
- Timestamp:
- 01/12/09 13:22:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnPortableStrawberry
v5 v6 21 21 * remove the cpan_sqlite_log.... files from c:\portable\cpan 22 22 * remove C:\portable\cpan\build and C:\portable\cpan\sources C:\portable\cpan\Bundle 23 * ( the whole portable directory is now 280 Mb including a bare bones parrot and rakudo installation ) 23 * remove C:\portable\perl\bin\lex which the temporary directory of STD.pm (~ 80 Mb) 24 * ( the whole portable directory is now 202 Mb including a bare bones parrot and rakudo installation ) 24 25 25 26 * copy portablepadre.bat and padrewrap.pl from the SVN of padre\tools\portable_strawberry to portable\perl\bin … … 29 30 * (TODO isn't there a command line tool in portable to create the zip file ?) 30 31 * The resulting zip file for Padre 0.25 on Portable Strawberry beta 1 was 60 Mb, 32 31 33 34 == Parrot and Rakudo == 35 36 Building Parrot and Rakudo on Windows with Portable Strawberry Perl on it 37 38 {{{ 39 svn co http://svn.perl.org/parrot/trunk parrot 40 cd parrot 41 perl Configure.pl 42 mingw32-make 43 cd languages\perl6 44 mingw32-make 45 }}} 46 47 Then running the tools\include_parrot.pl will copy the necessary 3 files 48 (PATHes are currently hardcoded) 49 50 51 52
