I just had to install Padre on a fresh Ubuntu 9.04

Here is the process I followed:

- sudo aptitude install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev
libwxbase2.8-0
- sudo aptitude install g++
- download and setup local::lib
- configure the cpan client setting the prerequisite_policy to
'follow' and to add a CPAN server in the urllist
  o conf prerequisites_policy follow
  o conf urllist http://cpan.yahoo.com/
  o conf save
- cpan Alien::wxWidgets
- cpan Wx
- cpan Padre

There are certain places where CPAN.pm is still asking for confirmation
  "is just needed temporarily during building or testing. Do you want
to install it permanently (y/n) [yes]"
I had to press enter several times

I was told this can be eliminated by setting
build_requires_install_policy  to 'yes' in the CPAN client:

  o conf build_requires_install_policy  yes
  o conf save


regards
   Gabor

-- 
Gabor Szabo                     http://szabgab.com/
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to