Alien::wxWidgets

Alien::wxWidgets is a Perl module for building, finding and using wxWidgets binaries.
Download

Alien::wxWidgets Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mattia Barbon
  • Publisher web site:
  • http://wxperl.eu/

Alien::wxWidgets Tags


Alien::wxWidgets Description

Alien::wxWidgets is a Perl module for building, finding and using wxWidgets binaries. Alien::wxWidgets is a Perl module for building, finding and using wxWidgets binaries.SYNOPSIS use Alien::wxWidgets < options >; my $version = Alien::wxWidgets->version; my $config = Alien::wxWidgets->config; my $compiler = Alien::wxWidgets->compiler; my $linker = Alien::wxWidgets->linker; my $include_path = Alien::wxWidgets->include_path; my $defines = Alien::wxWidgets->defines; my $cflags = Alien::wxWidgets->c_flags; my $linkflags = Alien::wxWidgets->link_flags; my $libraries = Alien::wxWidgets->libraries( qw(gl adv core base) ); my @libraries = Alien::wxWidgets->link_libraries( qw(gl adv core base) ); my @implib = Alien::wxWidgets->import_libraries( qw(gl adv core base) ); my @shrlib = Alien::wxWidgets->shared_libraries( qw(gl adv core base) ); my @keys = Alien::wxWidgets->library_keys; # 'gl', 'adv', ... my $library_path = Alien::wxWidgets->shared_library_path; my $key = Alien::wxWidgets->key; my $prefix = Alien::wxWidgets->prefix;Please see Alien for the manifesto of the Alien namespace.In short Alien::wxWidgets can be used to detect and get configuration settings from an installed wxWidgets. Requirements: · Perl


Alien::wxWidgets Related Software