| 5 | | Download the latest http://www.perlide.org/download/binary/strawberry-perl-5.10.0.3-portable-beta-1-padre-0.25_2.zip |
| 6 | | |
| 7 | | unzip it to a path that does not contain spaces (e.g. c:\portable ) |
| 8 | | and run perl\bin\portablepadre.bat if you unzipped it to c:\portable then run |
| 9 | | |
| 10 | | '''In order to have Parrot work you HAVE TO put this in the c:\portable directory ''' |
| 11 | | |
| 12 | | {{{ |
| 13 | | C:\portable\perl\bin\portablepadre.bat |
| 14 | | }}} |
| 15 | | |
| 16 | | You should have a working Padre with a fully installed perl. |
| 17 | | |
| 18 | | Better if you don't have any other perl in your PATH. |
| 19 | | |
| 20 | | You can then also open a command shell (Start/Run/cmd) and type in |
| 21 | | |
| 22 | | {{{ |
| 23 | | C:\portable\perl\bin\perl.exe -v |
| 24 | | }}} |
| 25 | | |
| 26 | | to check the version number of your Perl. |
| 27 | | |
| 28 | | If you want to run scripts from the command line you can do that by typing |
| 29 | | |
| 30 | | {{{ |
| 31 | | C:\portable\perl\bin\perl.exe path\to\your\script.pl |
| 32 | | }}} |
| 33 | | |
| 34 | | |
| 35 | | Notes to the developers on how to build the [wiki:BuildingOnPortableStrawberry Padre on Portable Strawberry] package. |
| 36 | | |
| 37 | | |
| 38 | | == This Download Includes == |
| 39 | | |
| 40 | | * Strawberry Perl |
| 41 | | * Padre |
| 42 | | * Parrot (Was based on revision 35083 of the Parrot repository) |
| 43 | | * Rakudo |
| 44 | | |
| 45 | | * French translation of Perl 5 diagnostics messages |
| 46 | | |
| 47 | | the following plugins: |
| 48 | | |
| 49 | | * [http://search.cpan.org/dist/Padre-Plugin-Perl6 Perl6] |
| 50 | | * [http://search.cpan.org/dist/Padre-Plugin-JavaScript JavaScript] |
| 51 | | |