README.ada
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. GLUT 3.4 was the first release of GLUT to support an Ada language
  2. binding for SGI's Ada run-time and development environment.  (With a
  3. bit of work, GLUT could probably be easily be adapted to other Ada
  4. development environments, assuming the environment already has an
  5. OpenGL binding.)
  6. To use the SGI Ada binding, please make sure that the following GNAT
  7. (SGI's Ada compiler) subsystems are installed on your system:
  8.   Ada Execution-only Environment (eoe)
  9.   -------------------------------------
  10.     gnat_eoe.sw.lib
  11.   Ada Development Option (dev)
  12.   -----------------------------
  13.     gnat_dev.bindings.GL
  14.     gnat_dev.bindings.std
  15.     gnat_dev.lib.src
  16.     gnat_dev.lib.obj
  17.     gnat_dev.sw.gnat
  18. The GLUT Ada binding was developed and tested with the IRIX 5.3 and 6.2
  19. gnat_dev and gnat_eoe images (v3.07, built 960827).
  20. Some fairly simple GLUT examples written in Ada can be found in the
  21. progs/ada subdirectory.  GLUT 3.6 expanded the number of Ada example
  22. programs included in the GLUT source code distribution.  GLUT's actual
  23. Ada binding is found in the adainclude/GL subdirectory.
  24. To build the Ada binding and example programs, first build GLUT
  25. normally, then:
  26.   cd adainclude/GL
  27.   make glut.o
  28.   cd ../../progs/ada
  29.   make
  30. Good luck!
  31. - Mark Kilgard
  32.   November 12, 1997