Giter VIP home page Giter VIP logo

p5-alien-unicorn's Introduction

NAME

    Alien::UnicornEngine - Perl extension to install Unicorn-Engine from
    www.unicorn-engine.org

SYNOPSIS

    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.

                my $unicorn= Alien::UnicornEngine->new;
                my $build = Module::Build->new(
                    ...
                    extra_compiler_flags => $unicorn->cflags(),
                    extra_linker_flags => $unicorn->libs(),
                    ...
                );

VERSION

    0.04

METHODS

    new

      Creates the object. Refer Alien::Base for more information.

    cflags

      This method provides the compiler flags needed to use the library on
      the system.

    libs

      This method provides the linker flags needed to use the library on
      the system.

SEE ALSO

    Alien::Base

AUTHORS

    Vikas N Kumar <[email protected]>

REPOSITORY

    https://github.com/selectiveintellect/p5-alien-unicorn.git

COPYRIGHT

    Copyright (C) 2016. Selective Intellect LLC
    <[email protected]>. All Rights Reserved.

LICENSE

    This is free software under the MIT license.

p5-alien-unicorn's People

Contributors

vikasnkumar avatar

Stargazers

Nguyen Anh Quynh avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.