I'm beginning working through the following tutorial:
http://www.arcsynthesis.org/gltut/index.html
and I'm on the following page:
http://www.arcsynthesis.org/gltut/Building%20the%20Tutorials.html
My background is: I can program in C++ and I’ve used Allegro5 to make 2D games, and I’ve worked though tutorials showing the basics of how to set up the linking within vs2010 Express (the compiler I'm using) with the Allegro libraries. I've had zero previous experience in using programs such as SDK and Premake 4, and to be honest I'm really struggling.
With reference to the page I'm on (2nd link down from above), specifically,
The SDK his library uses Premake to generate its build files. So, with premake4.exe in your path, go to the glsdk directory. Type premake4 plat, where plat is the name of the platform of choice. |
My first question for now is: Where do I find the glsdk directory? (I think “his” above must be a misprint?)
Just above the following quote it says
A modified SDK distribution is bundled with these tutorials. |
It also says
The SDK is designed to be used where it is; it does not install itself to any system directories on your machine. |
I've also researched and found the following link:
http://stackoverflow.com/questions/19752818/build-project-file-with-premake4-how-to
From the above link, I don't even understand how this person’s 'glsdk' folder was created, unless they downloaded SDK separately as something to be installed.
At the top of the page I'm on (just in case you don’t mind having a look to see what I’ve downloaded) is a link “source distribution” from which I’ve downloaded just the “Download repository” and not either of the two separate tutorials.
My question again from above: Where do I find the glsdk directory?
Edit: Okay, am I misunderstanding what is meant by "bundled"? Does this mean the SDK files are integrated into the tutorial files I've downloaded, and therefore the folder/directory I'm looking for wont exist? The discussion at the following link confirms that it is correct to use the downloaded bundled version of SDK:
http://stackoverflow.com/questions/12588710/need-help-compiling-unofficial-opengl-sdk-0-4-4-for-learning-modern-3d-graphics
If the bundled SDK is integrated such that I won't see it as an independent folder within the main download, then what does this part mean?
go to the glsdk directory. |
within this
with premake4.exe in your path, go to the glsdk directory. Type premake4 plat, where plat is the name of the platform of choice. |
Please somebody help me.