Changes between Version 82 and Version 83 of Download
- Timestamp:
- 02/18/09 10:03:58 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v82 v83 275 275 {{{ $ apt-get install libmodule-build-perl libextutils-cbuilder-perl libmodule-pluggable-perl g++ }}} 276 276 277 For Ubuntu < 8.10, you'll need to compile wxWidgets from source, so install the -dev package for gtk+ 2.0: 278 279 {{{ $ apt-get install libgtk2.0-dev }}} 280 277 281 finally, install the remaining Perl modules via CPAN: 278 282 279 {{{ %sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx }}} 283 {{{ % sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx }}} 284 285 (NOTE: For Ubuntu < 8.10, be sure to answer "yes" to the following question during the installation of {{{ Alien::wxWidgets }}}) 286 {{{ Do you want to fetch and build wxWidgets from sources? [no ] }}} 280 287 281 288 (NOTE: Although {{{ libextutils-cbuilder-perl }}} is available from the repository, it only contains version 0.18, whereas Padre requires version 0.24)
