Alien-raylib

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    just use it like any other Alien distro. Currently wraps raylib
    v2.1-dev (and a few extra commits, see the alienfile in this
    distribution)

System requirements

    Should build out of the box on macOS and Windows. On an Ubuntu Linux a
    few additonal packages are required:

        sudo apt-get install -y libasound2-dev \
            libxcursor-dev libxinerama-dev mesa-common-dev \
            libx11-dev libxrandr-dev libxi-dev \
            libgl1-mesa-dev libglu1-mesa-dev

    If you also think these should be packaged as Alien modules, shoot me a
    pull request <https://github.com/athreef/Alien-raylib/pulls>.

GIT REPOSITORY

    http://github.com/athreef/Alien-raylib

lib/Alien/raylib.pm  view on Meta::CPAN

=head1 USAGE

Use L<Graphics::Raylib::XS>, which wraps this in XS, instead. Otherwise, just use it like any other Alien distro. Currently wraps raylib v2.1-dev (and a few extra commits, see the C<alienfile> in this distribution)

=head1 System requirements

Should build out of the box on macOS and Windows.
On an Ubuntu Linux a few additonal packages are required:

    sudo apt-get install -y libasound2-dev \
        libxcursor-dev libxinerama-dev mesa-common-dev \
        libx11-dev libxrandr-dev libxi-dev \
        libgl1-mesa-dev libglu1-mesa-dev

If you also think these should be packaged as L<Alien> modules, shoot me a L<pull request|https://github.com/athreef/Alien-raylib/pulls>.

=cut


1;
__END__



( run in 0.326 second using v1.01-cache-2.11-cpan-4d50c553e7e )