| 30 | | 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 [DownloadSubversion Subversion install instructions] for more. |
| | 30 | |
| | 31 | {{{ |
| | 32 | aptitude install libppix-regexp-perl libalien-wxwidgets-perl libppix-editortools-perl libio-string-perl libdevel-dumpvar-perl libfile-spec-perl libwx-perl libprobe-perl-perl libwxbase2.8-dev libdevel-refactor-perl libnet-daemon-perl libclass-unload-perl libthreads-shared-perl libwxgtk2.8-0 libtext-diff-perl libfile-next-perl libdbi-perl libtext-glob-perl ack-grep libclass-inspector-perl libtext-findindent-perl libfile-remove-perl libplrpc-perl libmodule-manifest-perl libparse-exuberantctags-perl libtemplate-tiny-perl libparse-errorstring-perl-perl libpod-pom-perl liborlite-migrate-perl libfile-pushd-perl libio-stringy-perl libwxbase2.8-0 libipc-run-perl libclass-adapter-perl libtask-weaken-perl libpod2-base-perl liborlite-perl libfile-find-rule-perl libpod-abstract-perl libclass-xsaccessor-perl libio-pty-perl libclone-perl libwx-perl-processstream-perl libipc-run3-perl libwxgtk2.8-dev libdbd-sqlite3-perl libfile-sharedir-perl libppi-perl wx2.8-headers libfile-homedir-perl liblist-moreutils-perl libdebug-client-perl libnumber-compare-perl libyaml-tiny-perl libgtk2.0-dev |
| | 33 | }}} |
| | 34 | |
| | 35 | Then either install from CPAN (which will help you to resolve possible additional dependencies), or run |
| | 36 | {{{ |
| | 37 | perl Makefile.PL |
| | 38 | make |
| | 39 | make test |
| | 40 | make install |
| | 41 | }}} |
| | 42 | in the Padre directory. Pay attention to the output of {{{perl Makefile.PL}}}, it may remind you of some missing CPAN modules that you need to install. |
| | 43 | |
| | 44 | (last checked Sep. 22, 2011, on Debian testing) |