Changes between Version 15 and Version 16 of Distribution
- Timestamp:
- 02/15/10 13:02:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distribution
v15 v16 1 = Notice =2 3 This page seems to be a duplicate to the [wiki:Download] page.4 5 1 [[PageOutline(1-3)]] 6 7 2 8 3 ( see this thread http://mail.perlide.org/pipermail/padre-dev/2009-August/001189.html ) … … 11 6 12 7 = Packaging and Distributing of Padre = 8 9 This page shows the current status of various packaging attempts for Padre. Successful/current packages for various distributions are listed on the [wiki:Download download page]. 13 10 14 11 The primary distribution channel of Padre and the plugins is CPAN. … … 66 63 === Based on !ActivePerl === 67 64 65 Padre requires Wx which doesn't build on ActivePerl. 66 68 67 See #508 for details. 69 68 … … 78 77 or later for people who do not even work on Perl code. 79 78 80 It builds on Strawberry Perl and should include 81 * Padre 82 * Several Plugins 83 * Catalyst (maybe this should be split up as the Catalyst code itself needs to be installed in the running perl and not the Padre perl) 84 * SVN/Git once they work reasonably well on Windows 85 * other plugins as we think they are important for windows users 79 It is packaged as an .msi installer available on the [http://padre.perlide.org/download.html official padre download page]. Installation notes are shown on the [http://padre.perlide.org/howto.html howto page]. 86 80 87 It has to be packaged as an .msi installer and be able to install anywhere. 81 The 0.56 MSI package still requires installation to c:\strawberry, but there are plans to make it portable (installable everywhere) but it doesn't need to be truly portable (that is movable after installation). 88 82 89 This does not need to be truly portable (that is movable after installation) 90 just that it can be installed anywhere. 91 92 The version released on 10 September 2009 still installs itself into c:\strawberry but the version due in November 2009 is planned to be installable anywhere. 93 94 Other improvements listed here will appear within the next three to four months, with the goal being that all the improvements that are described here are in the January 2010 version. 83 Improvements listed here are expected to appear in the Q2/2010 packages. 95 84 96 85 See details on PadreStandalone … … 112 101 There is a [source:trunk/Perl-Dist-Padre/lib/Perl/Dist/Padre.pm Perl::Dist::Padre] module that will allow us to create a Perl distribution that has Padre already installed. At one point we might be able to install this distribution 113 102 independently from any other perl installation on the same machine. That will mean the 'production perl' of the user and the perl needed by Padre does not need to be the same. 114 103 Padre already supports a different Perl interpreter for running and checking files than the version running Padre. Enter the path+filename of your Perl binary in the preferences dialog. 115 104 116 105 === Almost Six ===
