| | 2 | |
| | 3 | == Padre on Strawberry Perl == |
| | 4 | |
| | 5 | Download http://padre-perl-ide.googlecode.com/files/padre-0.84-on-strawberry-5.12.3.0-v1.zip |
| | 6 | |
| | 7 | Extract all the files in and rename the main directory to be c:\strawberry. As this is |
| | 8 | not a "portable" version the location is fixed. |
| | 9 | |
| | 10 | You can then launch padre by typing c:\strawberry\perl\site\bin\padre |
| | 11 | |
| | 12 | For more convenience you can also setup the PATH environment variable to include the following 3 directories: |
| | 13 | c:\strawberry\c\bin c:\strawberry\perl\site\bin c:\strawberry\perl\bin |
| | 14 | |