-
Notifications
You must be signed in to change notification settings - Fork 0
Perl Alien package for the Chipmunk Physics library
License
jtpalmer/Alien-Chipmunk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME Alien::Chipmunk - Alien package for the Chipmunk Physics library SYNOPSIS use Module::Build; use Alien::Chipmunk; my $alien = Alien::Chipmunk->new; my $builder = Module::Build->new( module_name => 'Some::Library::Chipmunk', # ... configure_requires => { 'Alien::Chipmunk' => 0, # ... }, build_requires => { 'Alien::Chipmunk' => 0 # ... }, extra_compiler_flags => $alien->cflags, extra_linker_flags => $alien->libs, ); $builder->create_build_script(); DESCRIPTION Alien::Chipmunk installs and downloads the Chipmunk Physics library. SEE ALSO * Alien * Alien::Base * Chipmunk AUTHORS Jeffrey T. Palmer <[email protected]> Graham Ollis <[email protected]> COPYRIGHT AND LICENSE This software is Copyright (c) 2015 by Jeffrey T. Palmer. This is free software, licensed under: The MIT (X11) License
About
Perl Alien package for the Chipmunk Physics library
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published