Changes between Version 9 and Version 10 of DownloadWindows
- Timestamp:
- 05/22/11 17:13:08 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadWindows
v9 v10 3 3 == Padre on Strawberry Perl == 4 4 5 Download http://padre-perl-ide.googlecode.com/files/padre-0.84-on-strawberry-5.12.3.0-v 1.zip5 Download http://padre-perl-ide.googlecode.com/files/padre-0.84-on-strawberry-5.12.3.0-v2.zip 6 6 7 7 Extract all the files in and rename the main directory to be c:\strawberry. As this is 8 8 not a "portable" version the location is fixed. 9 9 10 You to change the PATH environment variable to include the following 3 directories: 10 Then you can rub c:\strawberry\padre.bat and it should open Padre. 11 12 Due to a wx related bug the editor part of Padre will be a very small window inside the full window of Padre. 13 To fix this make padre full-screen and change it back to its normal size. That should fix this temporary issue. 14 15 For more convenience you might also want to change the PATH environment variable to include the following 3 directories: 11 16 c:\strawberry\c\bin c:\strawberry\perl\site\bin c:\strawberry\perl\bin 12 17 13 Then you can launch padre by typing '''padre''' in the cmd window. 14 18 Then you can launch padre by typing '''padre''' in the cmd window and you can also use perl from the command window. 15 19 16 20
