News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

GLFW troubles

Started by robin4286, June 30, 2009, 11:05:47 AM

Previous topic - Next topic

robin4286

I am having difficulties with GLFW in code::blocks. As per the tutorial in the wiki, I used make for x11 (I am using Ubuntu). That went through successfully, and while I am able to find libglfw.a, I am unable to find the other two files (glfw.dll or some similar type, and libglfwdll.a).

Any idea what I could have done wrong?

Thanks!


oBFusCATed

Shared libs on windows are .dll, on linux they are .so.
The preferred way to get this libs is to use the package manager:

For ubuntu should be something like:

apt-get install the_lib_in_question-dev ...
so in your case
apt-get install glfw-dev or
apt-get install libglfw-dev

If I've not guessed correctly the name of the lib use google to find (I'm not a ubuntu user, so I can try the commands myself).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]