Changes between Version 81 and Version 82 of Download
- Timestamp:
- 02/18/09 08:12:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v81 v82 269 269 Installation of Alien::wxWidgets fails, because configure can't find gtk.h. Simply do: 270 270 271 {{{ apt-get install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev libwxbase2.8-0 }}}271 {{{ $ apt-get install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev libwxbase2.8-0 }}} 272 272 273 273 and install these other dependencies available from the Ubuntu repository: 274 274 275 {{{ apt-get install libmodule-build-perl libextutils-cbuilder-perl libmodule-pluggable-perl g++ }}}275 {{{ $ apt-get install libmodule-build-perl libextutils-cbuilder-perl libmodule-pluggable-perl g++ }}} 276 276 277 277 finally, install the remaining Perl modules via CPAN: 278 278 279 {{{ cpan ExtUtils::CBuilder Alien::wxWidgets Wx }}}279 {{{ %sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx }}} 280 280 281 281 (NOTE: Although {{{ libextutils-cbuilder-perl }}} is available from the repository, it only contains version 0.18, whereas Padre requires version 0.24)
