/**
* Incredibly Frustrated rant starts here
*/
I am try to do on windows what I did on Ubuntu in 10 minutes
I have been trying to do this for 4 days now.
It is an endless rabbit hole of looking up a tutorial to do X, which requires me to figure out how to do Y, and then tutorials on Y will require Z and so on, and you can get that any time it involves the IDE those on windows will be using visual studio rather than code blocks, and if I do find a tutorial on code blocks, it will be for Linux and whoever posted it will have neglected to mention which OS they were actually using, and the tutorials will all be 3 to 6 years old, all use different methods to accomplish what appears to be very similar tasks or in some cases are outright wrong. So after 4 days of trying to get this working on my own, I am asking
/* End of Incredibly Frustrated Rant */
How do I actual get what is described in this particular tutorial/guide to work:
http://www.learnopengl.com/#!Getting-started/Creating-a-window
I managed to get code blocks to use SLI2, SLI2 image and mixer, and some parts of opengl are usable, but for love nor money I can't get glew or glfw working outside of Ubuntu.
but going from the top of the guide page I got past the first cmake bit in the glfw part to the compiling section.
"In the build folder a file named GLFW.sln can be found and we open it with Visual Studio 2012. Since CMake generated a project file that already contains the proper configuration settings we can hit the Build Solution button and the resulting compiled library can be found in src/Debug named glfw3.lib (note, we're using version 3)."
Obviously, I am not using visual studio, so I got a GLFW.cbp file, opened up that in code blocks, and figured that rebuild and then build would be the equivalent of build solution in visual studio.
The problem is I can't find the file I am supposed to get in return anywhere.
There is no glfw3.lib on my C drive (I am assuming it is still version 3 since the glfw folder is vr 3.1.2), so where am I going wrong? The file isn't in the directory with the project file, and a c drive search doesn't locate it
This can't be as hard to do as it seems v.v