OpenGL Programming Release Notes

Revision 4.0, Apr 1999
Operating System(s): IRIX 6.5
Release Status: MR


Contents


Hardware Requirements

Return to top


Software Requirements

IRIX

All machines (student and instructor, except where noted) require the following software:

Initially, everything needs to be compiled. To build everything, go to the top level and make everything by typing

% cd ~opengl
% make 

Windows NT

All machines (student and instructor, except where noted) require the following software:

Detailed instructions follow, explaining how to set up the opengl account, install the software, and build the programs under Windows NT.

NT Account Setup

NT Software Installation

NT Environment Variables

NT Setup

Return to top


Software Verification

IRIX

The following is a list of tests you can use to help verify that the installation of the opengl student package was successful. For the most part, they should be performed in the order shown. If a particular test fails, you will generally need to resolve the problem before going on to the next test.

% ls -l /usr/people/opengl
Check that owner is opengl, group is guest.
% versions c_dev
Must have c_dev.hdr and c_dev.sw installed.
% versions x_dev
Must have x_dev.sw.dev installed.
% versions motif_dev
Must have motif_dev.sw.dev installed.
% versions gl_dev
Check that gl_dev.sw.gldev, gl_dev.sw.samples, gl_dev.sw.ogldebug, and gl_dev.sw.widget are installed, with the associated man pages from gl_dev.man. Check also that gl_dev.books is installed.
% versions glut_dev
Should be version 3.6 or later.
% su opengl
% cd /usr/people/opengl
% make clobber
% make
This will compile all of the lab programs; it will take a while but should complete without errors.
% cd answers
% solar14
The solar14 program should run.
% insight
Check to see that the following books are installed:

If you want to be able to run the example programs from buttonfly:

% versions demos
Make sure demos.sw.demos is installed.
% RUN_DEMOS
buttonfly should come up, and you should be able to run all the examples and demos from it.

Windows NT

Open an MSDos Command Prompt (Start->Programs->Command Prompt). In the MSDos Command Prompt window, type:

> cd c:\opengl
> setupNT
> nmake /f Makefile.win clean clobber
> nmake /f Makefile.win
This will compile all of the lab programs; it will take a while but should complete without errors.
> opengl.fnd
The script opengl.fnd locates all the executables in the c:\opengl directory. You can use it to launch programs (in place of IRIX's buttonfly).

In the Find: Files named *.exe window, double-click on the solar14.exe icon.

The solar14 program should run without error.

Return to top


Important Notes

  • CDs will be available from Global Customer Education for installing the course materials on NT machines. If they are not yet available, the materials can be copied across the network from an IRIX system. See the Software Requirements section on Windows NT for more detail. Contact BJ Wishinsky (bj@sgi.com) to request CDs.

  • Programs compiled under IRIX 6.5 or 6.4 (Octane) may not run on earlier OS versions without recompiling. In particular, the polygon offset and vertex array examples use features only supported in OpenGL 1.1.

  • The IDBs do not install the program executables, so a full build must be done after installation. The intern and instructor should decide whether this will be done by the intern as part of the software verification, or by the students as part of the first lab.

    Return to top


    Bugs and Workarounds

    Return to top


    Bill of Materials

    Description Part Number or Name
    Student Workbook OGL-4.0-6.5-S-SD-W
    Lab Manual  
    Instructor Guide  
    Self-Study Guide  
    Videotape & Documentation  
    Instructor IDB Package opengl_instructor
    opengl_instructor.doc
    opengl_instructor.idb
    opengl_instructor.sw
    Student IDB Package opengl_student
    opengl_student.doc
    opengl_student.idb
    opengl_student.sw
    Instructor Notes OGL_instructor.html
    Release Notes OGL_relnotes.html
    Datasheet OGL_datasheet.html
    Misc. Instructions Courtesy of Advanced Graphics Marketing, OpenGL Developer Tools CD and t-shirt will be shrink-wrapped with the student manual for U.S. classes. Students also get a copy of the red book (OpenGL Programmer's Guide).
    Other  

    Return to top


    Contact Information

    Current contacts for this course:

  • {BJ Wishinsky, 933-2355, bj@sgi.com}
  • {Julie Cece, 933-5546, juliec@csd.sgi.com}

    Return to top


    Delivering this Course in Different Configurations

    This course can be taught on any IRIX system which supports OpenGL. It can also be taught on any Windows NT system that supports OpenGL.

    Return to top


    Last updated on Thu Apr 1 19:41:51 1999.