Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: GLUT

  1. #1
    Guest

    GLUT

    can somebody tell me how to add glut library to my project and how to specify the directory.Im facing linking problem in compiling my project.tQ

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: GLUT

    it depends on you compiler/IDE.
    For gcc, add -lglut or -lglut32 depending on your platform.

    If you need more details, please specify your OS, and the tools you use to compile.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •