glut dylib

Started by
0 comments, last by Palidine 14 years, 1 month ago
Does anyone know where I can download a glut dylib file, as I need to package it with an application I am porting to a Mac. On a Windows system I just copied the glut32.dll, but am not a Mac guy so am struggling with this simple problem. Cheers
Advertisement
I don't really know offhand but

[google]: "glut mac"

has some promising looking links

Since Macs are BSD under the hood it'll probably be a xxxxx.so file. .so stands for "Shared Object" which is the unixy equivalent of dll (Dynamically Linked Library)

So grab probably the glut xcode project from the MacOSX reference library link there, build it, read the docs and you should probably be good to go.

-me

This topic is closed to new replies.

Advertisement