GLFW and Xcode
Hey guys, I was contemplating wether to learn SDL or GLUT,
but the guys over at GameDev.net (on the IRC channel) pointed me
in the direction on GLFW.
I installed it on my system, but am Kind of confused as to how
I get it to work with Xcode.
Any pointers?
but the guys over at GameDev.net (on the IRC channel) pointed me
in the direction on GLFW.
I installed it on my system, but am Kind of confused as to how
I get it to work with Xcode.
Any pointers?
use the Makefile to build the GLFW library.
Drag libGLFW.a into your project.
Add the directory containing the GLFW headers to your target's "header search paths".
Drag libGLFW.a into your project.
Add the directory containing the GLFW headers to your target's "header search paths".
Quote:use the Makefile to build the GLFW library.
Call me stupid, but can you elaborate more on this step? Where and
how does one run the Makefile? Is this the entire command or just an
abbreviation?
cd into the directory and run the make program which by default executes the files called Makefile in the current working directory.
Sir, e^iπ + 1 = 0, hence God exists; reply!
Xentery Wrote:..those directions have nothing to do with xcode.I was answering WhatMeWorry's question.
Sir, e^iπ + 1 = 0, hence God exists; reply!
Xentery Wrote:..those directions have nothing to do with xcode.You need to use the makefile to build the library, but once it's built you can link it in XCode.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| GLFW Xcode 3 Problems | Matt328 | 0 | 1,951 |
Nov 21, 2008 05:55 AM Last Post: Matt328 |
|
| Setting OpenGL & GLFW on my new mac! | AdrianM | 3 | 3,267 |
Oct 12, 2008 07:24 AM Last Post: AdrianM |
|
| Xcode and glfw, the return of cryptic errors | BarneyBear | 6 | 5,551 |
Apr 19, 2008 04:35 AM Last Post: BarneyBear |
|

