Changes between Version 122 and Version 123 of Download
- Timestamp:
- 09/28/09 07:12:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v122 v123 391 391 First, open a Terminal and run the following command to install some prerequisite packages. Without these dependencies the Alien::wxWidgets CPAN module will most likely fail to install (complaining that "configure can't find gtk.h"). By the time you read this some of these packages may be no longer be dependencies, but if in doubt you'll probably have the most success if you install them all. 392 392 393 {{{ $ sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev libwxbase2.8-0 libmodule-build-perl libextutils-cbuilder-perl libmodule-pluggable-perl g++ libgtk2.0-dev libgl1-mesa-dev libglu1-mesa-dev }}} 393 {{{ 394 $ sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev libwxbase2.8-dev libwxbase2.8-0 libmodule-build-perl libextutils-cbuilder-perl \ 395 libmodule-pluggable-perl g++ libgtk2.0-dev libgl1-mesa-dev libglu1-mesa-dev 396 }}} 394 397 395 398 You can then use the CPAN client to install Padre and its dependencies: 396 399 397 {{{ % sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx Padre }}} 398 399 (NOTE: Although {{{ libextutils-cbuilder-perl }}} is available from the repository, it only contains version 0.18, whereas Padre requires version 0.24 so you need to install ExtUtils::CBuilder from CPAN) 400 {{{ 401 $ sudo cpan ExtUtils::CBuilder Alien::wxWidgets Wx Padre 402 }}} 403 404 400 405 401 406 For Ubuntu < 8.10, be sure to answer "yes" to the following question during the installation of {{{ Alien::wxWidgets }}} 402 {{{ Do you want to fetch and build wxWidgets from sources? [no ] }}} 407 {{{ 408 Do you want to fetch and build wxWidgets from sources? [no] yes 409 }}} 410 411 Also note that for Ubuntu < 8.10, although {{{ libextutils-cbuilder-perl }}} is available from the repository, it only contains version 0.18, whereas Padre requires version 0.24 so you need to install ExtUtils::CBuilder from CPAN. 403 412 404 413 Ubuntu is synchronizing Padre from Debian. See the launchpad for details:
