Changes between Version 12 and Version 13 of DownloadWindows
- Timestamp:
- 05/30/11 05:57:19 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadWindows
v12 v13 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-v2.zip size: 81,645,886 bytes 5 The third experimental version can be downloaded from this link: 6 http://code.google.com/p/padre-perl-ide/downloads/detail?name=padre-0.84-on-strawberry-5.12.3.0-v3.exe 7 Its download size is 45,096,484 bytes. 8 After installation it takes up 300 Mb 6 9 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. 10 It is an executable installer that will also configure the PATH environment and configure Strawberry 11 to be usable from any installation path. (You probably need to avoid spaces and non-ascii characters in the path) 9 12 10 Then you can rub c:\strawberry\padre.bat and it should open Padre. 13 If you have other Perls installed you will also have to make sure the PATH always contains entries to the one 14 you actually want to use. 11 15 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: 16 c:\strawberry\c\bin c:\strawberry\perl\site\bin c:\strawberry\perl\bin 17 18 Then you can launch padre by typing '''padre''' in the cmd window and you can also use perl from the command window. 19 20 In addition to Padre this distribution also includes a number of other packages such as Task::Kensho and Dancer. The release notes are in 21 [http://svn.perlide.org/padre/trunk/tools/padre_on_strawberry_release_notes.txt the SVN repository.] 22 16 Release notes are in [http://svn.perlide.org/padre/trunk/tools/padre_on_strawberry_release_notes.txt the SVN repository.] 23 17 24 18 == Binary Installation ==
