Download and Install fltk version 1.1.8 on Mac OS X
Wednesday the 27th of August, 2008

    fltk  most recent diff


      View the most recent changes for the fltk port at: fltk.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fltk.
      The raw portfile for fltk 1.1.8 is located here:
      http://fltk.darwinports.com/dports/aqua/fltk/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fltk
      Google
      Web Darwinports.com



      # $Id: Portfile 36328 2008-04-27 08:48:13Z ryandesign macports.org $

      PortSystem 1.0

      Name: fltk
      Version: 1.1.8
      Category: aqua devel
      Platform: macosx
      Maintainers: nomaintainer
      Description: Fast Light Tool Kit

      Long Description: FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

      Homepage: http://www.fltk.org/
      master_sites http://ftp.easysw.com/pub/fltk/${version}/
      worksrcdir ${name}-${version}
      distname ${worksrcdir}-source
      use_bzip2 yes

      checksums md5 0f272d7299778e42fcbedf3c01741f4f sha1 ea2ba012025726f28f1b58451489f12c5bba42ac rmd160 7ae097f78111c6ab577f184ac292912ff14c8416

      depends_lib port:jpeg port:libpng port:zlib

      post-patch {
      reinplace "s|/Applications|/Applications/MacPorts/${name}|g" ${worksrcpath}/fluid/Makefile ${worksrcpath}/test/Makefile
      }

      configure.args --enable-threads --mandir=${prefix}/share/man

      destroot.target install install-desktop

      post-activate {
      system "${prefix}/bin/fltk-config --post fluid"
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/fltk
      % sudo port install fltk
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching fltk
      ---> Verifying checksum for fltk
      ---> Extracting fltk
      ---> Configuring fltk
      ---> Building fltk with target all
      ---> Staging fltk into destroot
      ---> Installing fltk
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fltk with these commands:
      %  man fltk
      % apropos fltk
      % which fltk
      % locate fltk

     Where to find more information:

    Darwin Ports



    image test