Alien-FLTK

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Version 0.06921 | 2009-10-11 05:50:42Z (Sun, 11 Oct 2009) | 335da88

    Internal/Behavioral Changes:
     * Upgrading to r6921
     * include_path() and library_path() methods are (hopefully) less flimsey
     * Slightly better platform handling

Version 0.06916 | 2009-10-11 05:50:42Z (Sun, 11 Oct 2009) | 335da88

    Resolved Issues/Bug Fixes:
     * lib/header checks (should) now work on Unix
     * configure action /should/ work on Solaris

    Internal/Behavioral Changes:
     * Upgrading to r6916
     * We configure fltk before creating Build script in case we run into
          trouble (typically missing libs on *nix) and need to exit(0) so test
          results in NA

    Documentation/Sample Code/Test Suite:
     * Full OO syntax is now used in docs, tests, and examples
     * Trimmed down t/0000_use/0002_exe.t so tests don't fail under tunneled X11

    Notes:
     * I'll get this right eventually... ((sigh))

Version 0.06879 | 2009-10-04 04:46:04Z (Sun, 04 Oct 2009) | b9cf221

    Resolved Issues/Bug Fixes:
     * None yet

    Internal/Behavioral Changes:
     * More spitballing with *nix

    Documentation/Sample Code/Test Suite:
     * capabilities() and config() methods are now documented

    Notes:
     * Upgrading to fltk2 r6858 which comes with a modified license which
         remains "in the spirit of the original FLTK 2 license, but at the
         same time [complies with] Debian license requirements."

Version 0.06844 | 2009-09-03 05:03:50Z (Thu, 03 Sep 2009) | 7ea0002

Changes  view on Meta::CPAN

     * Building fltk2 using ExtUtils::CBuilder and manual configuration

    Documentation/Sample Code/Test Suite:
     * New GL example: example/0003_gl.pl
     * Adding list of prerequisites for non-Win32 systems

    Notes:
     * With the required X11-related libs installed, Alien::FLTK builds and
         tests just fine on my Xubuntu box but I've received nothing but
         FAIL-mail from CPAN Testers on non-Win32 systems. ...I'll take
         suggestions from any *nix knowledgeable person who'd like to help.

Version 0.068410 | 2009-08-22 07:10:42Z (Sat, 22 Aug 2009) | ecfdb18

    API Changes/Compatibility Information:
     * It actually exists

     Resolved Issues/Bug Fixes:
     * ...see above

    Internal/Behavioral Changes:

README.md  view on Meta::CPAN


## Requirements

Prerequisites differ by system...

- Win32

    The fltk libs and [Alien::FLTK](https://metacpan.org/pod/Alien%3A%3AFLTK) both build right out of the box
    with MinGW. Further testing is needed for other setups.

- X11/\*nix

    X11-based systems require several development packages. On Debian, these may
    be installed with:

        > sudo apt-get install libx11-dev
        > sudo apt-get install libxi-dev

    Additionally, the optional XCurser lib may be installed with:

        > sudo apt-get install libxcursor-dev

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


Prerequisites differ by system...

=over

=item Win32

The fltk libs and L<Alien::FLTK|Alien::FLTK> both build right out of the box
with MinGW. Further testing is needed for other setups.

=item X11/*nix

X11-based systems require several development packages. On Debian, these may
be installed with:

    > sudo apt-get install libx11-dev
    > sudo apt-get install libxi-dev

Additionally, the optional XCurser lib may be installed with:

    > sudo apt-get install libxcursor-dev



( run in 1.294 second using v1.01-cache-2.11-cpan-64ef6c95b5d )