File: README.ada

package info (click to toggle)
glut 3.7-25
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 13,036 kB
  • ctags: 47,177
  • sloc: ansic: 148,716; makefile: 44,180; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 52; sed: 49
file content (42 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

GLUT 3.4 was the first release of GLUT to support an Ada language
binding for SGI's Ada run-time and development environment.  (With a
bit of work, GLUT could probably be easily be adapted to other Ada
development environments, assuming the environment already has an
OpenGL binding.)

To use the SGI Ada binding, please make sure that the following GNAT
(SGI's Ada compiler) subsystems are installed on your system:

  Ada Execution-only Environment (eoe)
  -------------------------------------
    gnat_eoe.sw.lib

  Ada Development Option (dev)
  -----------------------------
    gnat_dev.bindings.GL
    gnat_dev.bindings.std
    gnat_dev.lib.src
    gnat_dev.lib.obj
    gnat_dev.sw.gnat

The GLUT Ada binding was developed and tested with the IRIX 5.3 and 6.2
gnat_dev and gnat_eoe images (v3.07, built 960827).

Some fairly simple GLUT examples written in Ada can be found in the
progs/ada subdirectory.  GLUT 3.6 expanded the number of Ada example
programs included in the GLUT source code distribution.  GLUT's actual
Ada binding is found in the adainclude/GL subdirectory.

To build the Ada binding and example programs, first build GLUT
normally, then:

  cd adainclude/GL
  make glut.o
  cd ../../progs/ada
  make

Good luck!

- Mark Kilgard
  November 12, 1997