| | 136 | Once you have installed Active Perl you need to configure two additional PPM |
| | 137 | repositories and then you can install Padre using the ppm pacakging system. |
| | 138 | Let's see how to do it in the Command Shell: |
| | 139 | |
| | 140 | {{{ |
| | 141 | Start/Run/cmd ENTER |
| | 142 | ppm rep add wxperl http://www.wxperl.co.uk/repository |
| | 143 | ppm rep add padre http://www.perlide.org/download/ppm/ |
| | 144 | |
| | 145 | ppm install Alien-wxWidgest |
| | 146 | ppm install Wx |
| | 147 | ppm install Padre |
| | 148 | }}} |
| | 149 | Once that's done you can start Padre by typing |
| | 150 | {{{ |
| | 151 | perl c:\perl\site\bin\padre |
| | 152 | }}} |
| | 153 | |
| | 154 | ==== Older Active Perl details ==== |
| | 155 | |