Pages: [1]
|
|
|
Author
|
Topic: opengl for mac os/x (Read 1580 times)
|
synival
Zebranky food
Offline
Posts: 4
Videogames are fun
|
i finally got the cvs to compile, but it's awfully slow without the proper opengl libraries. so my question is... what are they and where do i get them? :)
|
|
|
Logged
|
|
|
|
Nic.
Guest
|
OS X has the OpenGL framework installed by default. You'll need to fidget with your buildscripts to get it, though: change the linker arg "-lGL" to "-framework OpenGL" and (I think) you're good to go.
If you get your build scripts beaten into submission, please consider sharing your changes with the project -- I think the number of Mac coders contributing can be counted on one hand right now
|
|
|
Logged
|
|
|
|
synival
Zebranky food
Offline
Posts: 4
Videogames are fun
|
yeah, changing all occurances of '-lGL' to '-framework OpenGL' in /build/unix compiled perfectly. thanks a lot!
|
|
|
Logged
|
|
|
|
Pages: [1]
|
|
|
|
|