Alien::UnicornEngine - Perl extension to install Unicorn-Engine from www.unicorn-engine.org
Alien::UnicornEngine is a perl module that enables the installation of the open source disassembly library Unicorn-Engine from http://www.unicorn-engine.org on the system or locate the existing installation if any. It is currently setup to use the Github master branch.
You can use it in the Build.PL file if you're using Module::Build or Makefile.PL file if you're using ExtUtils::MakeMaker.
Build.PL
Makefile.PL
my $unicorn= Alien::UnicornEngine->new; my $build = Module::Build->new( ... extra_compiler_flags => $unicorn->cflags(), extra_linker_flags => $unicorn->libs(), ... );
0.05
Creates the object. Refer Alien::Base for more information.
Alien::Base
This method provides the compiler flags needed to use the library on the system.
This method provides the linker flags needed to use the library on the system.
Vikas N Kumar <vikas@cpan.org>
https://github.com/selectiveintellect/p5-alien-unicorn.git
Copyright (C) 2016. Selective Intellect LLC <github@selectiveintellect.com>. All Rights Reserved.
This is free software under the MIT license.
To install Alien::UnicornEngine, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Alien::UnicornEngine
CPAN shell
perl -MCPAN -e shell install Alien::UnicornEngine
For more information on module installation, please visit the detailed CPAN module installation guide.