| Version 89 (modified by therek, 4 years ago) (diff) |
|---|
Windows
Get Padre on Portable Strawberry Perl
CPAN
Normally you could just install it as any other Perl module using the CPAN or CPANPLUS shell.
$ cpan cpan> install Padre
You can try that or see further details here:
see the section on Wx at the bottom if it complains that your WxWidgets? is too old
Subversion Quick Start Guide
(tested on Debian Lenny)
- make sure your cpan works - make, gcc, etc
- make sure you remove all traces of wxWidgets 2.6 from your system
- install wxwidgets (2.8 or later) - cpan Alien::wxWidgets will download and compile and install it for you
- install (or upgrade) Wx - cpan Wx
- install Module::Install (if its not already there)
- add the following settings to cpan
o conf build_requires_install_policy yes ; o conf commit o conf prerequisites_policy follow ; o conf commit
- svn co http://svn.perlide.org/padre
- cd padre/trunk/Padre
- sudo cpan .
- ./dev.pl
Binary
Linux in general
There is a PAR-generated executable for Linux x86-64 that can be downloaded from here: http://www.perlide.org/download/par/padre-0.29-x86_64-linux-gnu-thread-multi
If you built Padre from sources and want to generate such a binary on another architecture for others to use, simply run "make exe" and be patient.
Mandriva
Mandriva 2009.0 comes with pre-packaged Padre 0.10. New releases of Padre are quickly backported. Mandriva cooker (development version) is following upstream quite closely.
Jerome Quelin who is both a Padre developer and a Mandriva maintainer keeps Padre up to date in Mandriva.
Fedora
Fedora 10 is going to include Padre. Currently they have v0.10 packaged. F-10 comes with Wx Version: 0.81 wxWidgets 2.8.7
https://admin.fedoraproject.org/pkgdb/packages/name/perl-Padre
Marcela Maslanova keeps Padre up to date in Fedora.
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.
As Padre has many dependencies probably the easies is, to install the binary distribution where available from the distributions (Mandriva, Fedora) and then use CPAN.pm to upgrade.
If this is not possible read on:
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
Strawberry Perl
Download Strawberry Perl from here: http://www.strawberryperl.com/
On Strawberry Perl 5.10, starting from version 5.10.0.3 you can install Padre by starting the CPAN shell and typing
cpan> install Padre
Note: installing Padre in a fresh install of Strawberry Perl can lead to weird behaviour, like preferences not being saved on exit (due to Padre crashing on exit). See the comments for {258} for a workaround.
On previous releases of 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
Once it is installed you can start Padre either by
Start/Run and type in padre
or by creating a shortcut and then clicking on it.
When creating the shortcut use the following as command:
C:\strawberry\perl\bin\wperl.exe C:\strawberry\perl\bin\padre
note we are using wperl here instead of perl in order to avoid the extra command shell window.
Active Perl
Once you have installed Active Perl you need to configure two additional PPM repositories and then you can install Padre using the ppm pacakging system. Let's see how to do it in the Command Shell:
Start/Run/cmd ENTER ppm rep add wxperl http://www.wxperl.co.uk/repository ppm rep add padre http://www.perlide.org/download/ppm/ ppm install Alien-wxWidgets ppm install Wx ppm install Padre
Once that's done you can start Padre by typing
wperl c:\perl\site\bin\padre
Replace "c:\perl" with the path, where Active Perl is installed.
Older Active Perl details
The manual installation is still a bit rough but we are working on improving it.
1) (A) Most of the modules - can be taken from the main ActiveState? Package Repository.
(B) For Active Perl there are prebuilt PPM versions of Alien::wxWidgets and Wx (aka. wxPerl) and can be installed from http://wxperl.co.uk/.
So add the wxperl repository to the PPM: http://www.wxperl.co.uk/repository (for detailed instructions see http://wxperl.co.uk/ppm.html ) (and even more info here http://docs.activestate.com/activeperl/5.10/faq/ActivePerl-faq2.html )
Adding the repository to your PPM repository list: In PPM4 (ActivePerl? 820+) this is most easily done via the GUI menu option: Edit -> Preferences.
If you use PPM3 - or used to command line (==DOS , still usable for PPM4) - you can do:
ppm rep add wxperl http://www.wxperl.co.uk/repository
2) Install all the packages (except of course perl) listed as "requires" on
http://svn.perlide.org/padre/trunk/Padre/Makefile.PL - by using ppm.
Don't worry about the order of installation and report us any problem you encounter.
You can do in by searching the "requires" packages listed in the above link - either by using the PPM4 GUI, or searching PPM command line (==DOS):
ppm search App::AckThe result may look like this:
C:\Documents and Settings\orenm>ppm search App::Ack Downloading ActiveState Package Repository packlist...not modified 1: ack A grep-like program specifically for large source trees Version: 1.86 Released: 2008-07-09 Author: Andy Lester <andy@petdance.com> Provide: App::Ack version 1.86 Require: File::Basename Require: File::Next version 0.4 or better Require: Getopt::Long Require: Term::ANSIColor Require: Test::Harness version 2.5 or better Require: Test::More Repo: ActiveState Package Repository CPAN: http://search.cpan.org/dist/ack-1.86/ C:\Documents and Settings\orenm>So now you shall do:
ppm install ack
3) then open the cpan client and install Padre:
c:> perl -MCPAN -eshell cpan> install Padre
Oren Maurer reported that you might need to force it:
cpan> force install Padre
at some point you might encounter an error like this:
Running install for module 'Padre' Running make for S/SZ/SZABGAB/Padre-0.06.tar.gz CPAN: Digest::SHA loaded ok (v5.45) Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/S/SZ/SZABGAB/CHECKSUMS Alert: While trying to 'parse' YAML file 'D:\ActiveState\Perl\cpan\FTPstats.yml' with 'YAML::XS' the following error was encountered: Usage: YAML::XS::LibYAML::Load(yaml_str) at D:\ActiveState\Perl\lib/YAML/XS.pm line 70.
The reported solution was this:
[reach the cpan shell:] C:\>cpan cpan> o conf yaml_module '' cpan> o conf commit commit: wrote 'C:\Perl\lib/CPAN/Config.pm' cpan> q
(See: http://groups.google.com/group/de.comp.lang.perl.misc/browse_thread/thread/3a347d02a1ebf464 and http://perl.org.il/pipermail/perl/2008-September/009779.html )
Other things that to do and can help:
- upgrading last version of Encode - using ppm ,
Note:
For upgrading all PPM packages, do this (Windows command line, a.k.a Dos)
ppm upgrade --install
- upgrade of Wx - also by using ppm ,
- installing Alien-wxWidgets (the same way... ppm),
- And now - do (again with ppm):
ppm install --force Alien-wxWidgets-dev
(See: http://meorero.wordpress.com/2009/02/02/padre-on-ms-windows-with-activeperl-5100-build-1004/)
For more info about "ppm - Perl Package Manager, version 4" - see the ActivePerl? 5.10 Documentation: http://docs.activestate.com/activeperl/5.10/bin/ppm.html
Debian
The next Debian release may have wxPerl in it, albeit with an old version of wxWidgets.
until then, the key is to uninstall all wxwidgets and wxperl related packages, and to install enough of the -dev packages to allow Alien::wxWidgets to build version 2.8.8. Once that works, cpan install Wx and from there Padre should install (see the Subversion quick install instructions above for more)
Ubuntu
Installation of Alien::wxWidgets fails, because configure can't find gtk.h. Simply do:
$ apt-get install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev libwxbase2.8-0
and install these other dependencies available from the Ubuntu repository:
$ apt-get install libmodule-build-perl libextutils-cbuilder-perl libmodule-pluggable-perl g++
For Ubuntu < 8.10, you'll need to compile wxWidgets from source, so install the -dev package for gtk+ 2.0:
$ apt-get install libgtk2.0-dev
finally, install the remaining Perl modules via CPAN:
% sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx
(NOTE: For Ubuntu < 8.10, be sure to answer "yes" to the following question during the installation of Alien::wxWidgets )
Do you want to fetch and build wxWidgets from sources? [no ]
(NOTE: Although libextutils-cbuilder-perl is available from the repository, it only contains version 0.18, whereas Padre requires version 0.24)
Ubuntu seems to be in the process of including Padre some info I found:
- Its page in Launchpad is https://launchpad.net/padre
- link to where they import our SVN repository https://code.launchpad.net/~vcs-imports/padre/trunk
- See also #ubuntu-motu on Freenode
- https://edge.launchpad.net/~perl seems to be the group dealing with perl stuff, I sent them a message on 2009.02.06 asking for help
- https://edge.launchpad.net/~perl-jam might also help but that is a one man group so I left it alone for now.
Some more useful links
- https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages
- https://wiki.ubuntu.com/MOTU
- https://wiki.ubuntu.com/FAQ
- The request: https://bugs.launchpad.net/ubuntu/+bug/326353
Fedora
Fedora has wxPerl since at least FC8
- 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
Fedora 8 has
- wxGTK-2.8.7
- perl-Wx-0.74
- perl-Alien-wxWidgets-0.31
This should be sufficient:
# rpm -ivh perl-Wx perl-Alien-wxWidgets
Fedora 9 has
- wxGTK-2.8.7
- perl-Wx-0.81
- perl-Alien-wxWidgets-0.32
This should be sufficient:
# rpm -ivh perl-Wx perl-Alien-wxWidgets
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
FreeBSD
To run Padre on FreeBSD you have to recompile Perl to support threads (by default Perl on FreeBSD have it disabled). To verify whether your Perl installation have thread support turned on run following command.
$ perl -V:usethreads usethreads='define';
If the result is define then you have already threaded Perl installed, otherwise execute:
# cd /usr/ports/lang/perl5.8 && make WITH_THREADS=yes # make deinstall && make reinstall
Optionally you can substitute make WITH_THREADS=yes with following and choose THREADS in the menu, then deinstall and reinstall Perl as above.
# make config # make
To install Padre and it's dependencies just execute:
# cd /usr/ports/editors/p5-Padre # make install clean
Open Suse
On the wish list: http://en.opensuse.org/Wishlist_Development#P
https://build.opensuse.org/project/show?project=home:jnweiger:perl
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
g-cpan -i Padre
should work but you need a threaded perl. If you have trouble installing please file a bug here or on http://bugs.gentoo.org depending where do you think the problem is.
More detailed instructions:
- Make sure your perl is compiled with USE="ithreads" ( generally in /etc/make.conf ) and emerge perl
- If you don't have g-cpan installed, emerge app-portage/g-cpan
- g-cpan -i Padre
g-cpan often is incapable of properly detecting dependencies. Installing from source often works better:
emerge dev-perl/Alien-wxWidgets dev-perl/wxperl perl -MCPAN -e 'install Padre'
Note: this method is only recommended if g-cpan fails to recursively install dependencies that the CPAN shell would otherwise identify.
Installing Padre from the CPAN shell may upgrade core modules provided by the core Gentoo perl install, so be prepared to downgrade those modules when emerging other packages or upgrading the system. A 'force install Padre' afterwards can help upgrade the conflicts again.
Also, one or more of the modules may require perl 5.10. This is not a part of any portage tree as of yet and can only be found in the perl overlay. See Gentoo Bug#206455.
OS X
On OS X, you cannot use the 'perl' executable, you have to use the 'wxPerl' executable (see this thread regarding wxPerl invocation).
the most reliable way to install on OSX may be (there will be some test failures - which you'll have to force install, including Padre itself, due to wxPerl issues):
cpan Alien::wxWidgets wxPerl -MCPAN -eshell $ install Padre
and then replace the /usr/local/bin/padre script with the updated version at http://padre.perlide.org/browser/trunk/Padre/script/padre
OS X 10.4 has wxPerl 0.22, 10.5 has a more recent version (0.6x for some x)
Aside from building from source, you can also install newer versions of Wx on OS X using a package manager:
fink install wxmac28
port install wxWidgets
installing _and_ upgrading wxWidgets and wxPerl
If you have trouble you can check which version of wxWidgets you have:
$ perl -MWx -le'print "Wx Version: $Wx::VERSION " . Wx::wxVERSION_STRING()'
and on Mac:
$ wxPerl -MWx -le'print "Wx Version: $Wx::VERSION " . Wx::wxVERSION_STRING()'
We use Wx 0.87 and wxWidgets 2.8.8 so you probably should have those (or newer) too.
When installing Alien::wxWidgets it will ask if you want to compile wxWidgets. Do you want to fetch and build wxWidgets from sources? If you don't have any installed or if you have an old version (< 2.8.8) then you should answer yes. It will try to download the source code of wxWidgets which is big and the download often fails.
To get around that you can download the file manually and put it in the extracted directory of Alien::wxWidgets.
Something like this:
$ cd /tmp $ wget http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.8.tar.gz $ cpan cpan> look Alien::wxWidgets $ cp /tmp/wxWidgets-2.8.8.tar.gz . $ perl Makefile.PL $ make $ make test $ make install $ exit cpan>quit $
