SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

/****************************************************************************************/ /* Otk_lib.c - A general purpose GUI environment based on OpenGL and GLUT or X-Windows. */

/*  (GUI = Graphical User Interface.)                                                   */
/*                                                                                      */
/* For Documentation and Usage Notes, see:    http://otk.sourceforge.net/               */
/*                                                                                      */
/* To Compile:   Directive in code should detect environment and do the right thing.    */
/*  Unix/Linux:                                                                         */
/*        cc -O -c -I/usr/X11R6/include otk_lib.c -o otk.o                              */
/*    Link with:    -lGLU -lGL -lXmu -lXext -lX11                                       */
/*  Microsoft with MinGW compiler:                                                      */
/*        gcc -O -c otk_lib.c -o otk.o                                                  */
/*    Link with:    -lglu32 -lopengl32 -lwinmm -lgdi32                                  */
/*                                                                                      */
/* Carl Kindman 6-17-2004     carlkindman@yahoo.com                                     */

/****************************************************************************************/


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.