| | 515 | === Install everything from source === |
| | 516 | |
| | 517 | The most straightforward method is to install everything from source. This will ignore any existing wxwidgets installation. |
| | 518 | |
| | 519 | 1. $ wxPerl -MCPAN -eshell |
| | 520 | 2. [cpan] $ install Alien::wxWidgets [choose install from source, which is NOT the default] |
| | 521 | 3. [go do something else for a good 15 minutes while it compiles] |
| | 522 | 4. [cpan] $ install Wx |
| | 523 | 5. [cpan] $ install Padre |
| | 524 | |
| | 525 | Padre has a LOT of prerequisites. You're likely to run into some problems with tests failing. IPC::Run3 was a particular problem due to its prerequisites, but a later individual install worked fine. Just make your way through them all, and 'force notest install $module' as needed. Once you've got padre installed you start it by running /usr/local/bin/padre. |
| | 526 | |
| | 527 | === Taking the lazy way === |
| | 528 | |