~ubuntu-branches/ubuntu/gutsy/lablgl/gutsy

« back to all changes in this revision

Viewing changes to LablGlut/README

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-05-15 21:23:56 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060515212356-n5ue8ekfgxcsrm5g
Tags: 1.02-2
* Rebuild with OCaml 3.09.2.
* Updated standards version to 3.7.2, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*LablGLUT*              A GLUT Binding for OCaml   Last change: 2003 Oct 22
2
 
 
3
 
                                   LablGLUT
4
 
                                 Issac Trotts 
5
 
                             ijtrotts@ucdavis.edu
6
 
                    with nehe demo ports by Jeffrey Palmer
7
 
 
8
 
Introduction
9
 
============
10
 
 
11
 
The LablGLUT library is an OCaml binding for GLUT version 3.7.  GLUT 
12
 
(GL Utility Toolkit) is a portable windowing library for OpenGL, 
13
 
written by Mark Kilgard.  GLUT tends to be easier to install and use than
14
 
other OpenGL windowing alternatives.  It is very portable, depending
15
 
only on libraries for OpenGL and the underlying window system.  
16
 
 
17
 
Installation
18
 
============
19
 
 
20
 
  The easy way is to become root and say
21
 
 
22
 
    ./build all opt install clean test
23
 
 
24
 
  Otherwise it's necessary to modify installation targets in the 
25
 
  Makefiles.  
26
 
 
27
 
License 
28
 
=======
29
 
 
30
 
LablGLUT is under a BSD-style license.
31