HP Workstation zx2000 HP OpenGL Implementation Guide for HP-UX 11.X (IPF versi - Page 31

compiling and linking programs, overview

Page 31 highlights

4 compiling and linking programs This chapter provides information for including header files in your program, linking shared libraries, compiling 32-bit and 64-bit applications for OpenGL and OpenGL procedure calls. overview The table below contains a list of the subdirectories in the directory /opt/graphics/OpenGL These subdirectories contain header files and libraries which may be used when compiling and linking your programs. Subdirectory Contents include/GL Header files needed for OpenGL development. lib/hpux32 32-bit run-time shared libraries. lib/hpux64 64-bit run-time shared libraries. lbin Run-time executables. doc OpenGL documentation including reference pages. contrib/libwidget A Motif widget library and source code. contrib/libglut Utilities found in the OpenGL Utility Toolkit as mentioned in the OpenGL Programming for the X Window System manual. contrib/xglinfo Utility to print display and visual information for OpenGL with the X Window system. demos Sample OpenGL programs, including source code. OpenGL implementation guide 4-1

  • 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

OpenGL implementation guide
4–1
4
compiling and linking programs
This chapter provides information for including header files in your program, linking shared
libraries, compiling 32-bit and 64-bit applications for OpenGL and OpenGL procedure calls.
overview
The table below contains a list of the subdirectories in the directory
/opt/graphics/OpenGL
These subdirectories contain header files and libraries which may be used when compiling and
linking your programs.
Subdirectory
Contents
include/GL
Header files needed for OpenGL development.
lib/hpux32
32-bit run-time shared libraries.
lib/hpux64
64-bit run-time shared libraries.
lbin
Run-time executables.
doc
OpenGL documentation including reference pages.
contrib/libwidget
A Motif widget library and source code.
contrib/libglut
Utilities found in the OpenGL Utility Toolkit as mentioned in the
OpenGL Programming for the X Window System manual.
contrib/xglinfo
Utility to print display and visual information for OpenGL with the X
Window system.
demos
Sample OpenGL programs, including source code.