Download and Install lablgl version 1.00 on Mac OS X
Tuesday the 8th of July, 2008

    lablgl  most recent diff


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



      # $Id: Portfile 20312 2006-11-01 21:50:13Z blair macports.org $

      PortSystem 1.0
      Name: lablgl
      Version: 1.00
      Category: graphics
      Maintainers: anil recoil.org
      Description: Objective Caml interface to OpenGL
      Long Description: LablGL is is an Objective Caml interface to OpenGL. Support is included for use with both Glut (standalone) and LablTk. LablGTK also includes specific support for LablGL.
      Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
      Platform: darwin
      master_sites http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
      checksums md5 92bcfe3121650c43e5bc4c018778405b
      depends_lib bin:camlp4:ocaml lib:libgtk.1:gtk1 lib:libglut.3:glut

      configure {
      cd ${worksrcpath}
      system "cp Makefile.config.osx Makefile.config"
      }

      set stublibsdir ${destroot}${prefix}/lib/ocaml/stublibs/
      pre-destroot {
      file mkdir ${stublibsdir}
      }
      destroot.args INSTALLDIR=${destroot}${prefix}/lib/ocaml/lablgl BINDIR=${destroot}${prefix}/bin DLLDIR=${stublibsdir}

      build.target lib libopt glut glutopt

    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/lablgl
      % sudo port install lablgl
      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 lablgl
      ---> Verifying checksum for lablgl
      ---> Extracting lablgl
      ---> Configuring lablgl
      ---> Building lablgl with target all
      ---> Staging lablgl into destroot
      ---> Installing lablgl
    - 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 lablgl with these commands:
      %  man lablgl
      % apropos lablgl
      % which lablgl
      % locate lablgl

     Where to find more information:

    Darwin Ports



    image test