-
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
-
Super Moderator
OpenGL Lord
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
-
Forum Rules