| Version 18 (modified by szabgab, 5 years ago) (diff) |
|---|
The latest release of Padre is v0.06 built from r155 See http://svn.perlide.org/padre/trunk/Changes
Binary
Linux in general
There is an experimental executable for Linux that can be dowloaded from http://www.perlide.org/download/ it has an initial warning popup but then it seems to work.
Ubuntu
http://perlmonks.org/?node_id=704052
Wx is to be in the Intrepid (8.10 ?) release of Ubuntu: http://packages.ubuntu.com/intrepid/libwx-perl
Source code
Padre is released as a CPAN package. You can download and install it using CPAN.pm or CPANPLUS. The released versions can be seen here http://search.cpan.org/dist/Padre/ and here http://kobesearch.cpan.org/dist/Padre.
The difficult part will be to install some of the prerequisites:
- Installing wxWidgets (that Alien::wxWidgets tries to solved)
- Installing wxPerl (the Wx distro) from CPAN.
Mattia Barbon did a great job with them but they are still difficult to install. Any help with this would be welcome. See the wxPerl web site and mailing list.
Additional help can be provided by:
- Describing the results you have on various operating systems
- Asking the various downstream distributors to include Padre
- Creating a stand-alone version using PAR
Help in any of those is appreciated. Please post links to any conversation you might have with the distro maintainers so others can follow up.
MS Windows
On Strawberry Perl 5.10 you can install it following these steps
cpan> look Alien::wxWidgets $ perl Makefile.PL $ dmake $ dmake test $ dmake install $ exit cpan> look Wx $ perl Makefile.PL $ dmake $ dmake test $ dmake install $ exit cpan> install Padre
Debian
The next Debian release will have wxPerl in it, albeit with an old version of wxWidgets
See #34
Fedora
Fedora has wxPerl since at least FC8
See #33
- http://www.redhat.com/archives/fedora-perl-devel-list/2008-July/msg00311.html
- http://www.redhat.com/archives/fedora-perl-devel-list/2008-August/msg00000.html
Mandriva/Mandrake?
Mandriva 2008.1
has these:
- perl-Alien-wxWidgets Version: 0.33-2mdv2008.1
- perl-Wx Version: 0.81-1mdv2008.1
To install Padre follow these:
$ urpmi perl-Alien-wxWidgets $ urpmi perl-Wx $ cpan cpan> install Padre
Mandriva Cooker
There is a request on Mandriva Cooker to include Padre: http://qa.mandriva.com/show_bug.cgi?id=43333
FreeBSD
http://lists.freebsd.org/mailman/listinfo/freebsd-perl
http://lists.freebsd.org/pipermail/freebsd-perl/2008-August/001928.html
Suse
http://www.nntp.perl.org/group/perl.wxperl.users/2008/08/msg6056.html
Gentoo
Has Wx version 0.82
http://www.nntp.perl.org/group/perl.wxperl.users/2008/07/msg5993.html
OSX
OS X 10.4 has wxPerl 0.22, 10.5 has a more recent version (0.6x for some x)
see this thread http://www.nntp.perl.org/group/perl.wxperl.users/2008/07/msg5978.html
wxWidgets and wxPerl
wxPerl on Linux distributions
