| 136 | | For Active Perl there are prebuilt PPM versions of Alien::wxWidgets and Wx (aka. wxPerl) |
| 137 | | and can be installed from [http://wxperl.co.uk/] |
| 138 | | |
| 139 | | Actually you should install as many of the dependencies of Padre as you can using ppm. |
| 140 | | then open the cpan client and |
| 141 | | {{{ |
| | 136 | The manual installation is still a bit rough but we are working on improving it. |
| | 137 | |
| | 138 | 1) For Active Perl there are prebuilt PPM versions of Alien::wxWidgets and Wx (aka. wxPerl) |
| | 139 | and can be installed from [http://wxperl.co.uk/] so |
| | 140 | Add the wxperl repository to the PPM: http://www.wxperl.co.uk/repository |
| | 141 | (for detailed instructions see http://wxperl.co.uk/ppm.html ) |
| | 142 | |
| | 143 | 2) Install all the packages (except of course perl) listed as "requires" on |
| | 144 | http://svn.perlide.org/padre/trunk/Padre/Makefile.PL |
| | 145 | using ppm. |
| | 146 | Don't worry about the order of installation and report us any problem you encounter. |
| | 147 | |
| | 148 | 3) then open the cpan client and install Padre: |
| | 149 | {{{ |
| | 150 | c:> perl -MCPAN -eshell |