Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am trying to load 3d objects in C++/OpenGl using ASSIMP library. I am trying to figure out how to install ASSIMP. I tried to follow the instructions on http://assimp.sourceforge.net/lib_html/install.html could not make any sense out of it. I downloaded and installed assimp-view and assimp-sdk from http://sourceforge.net/projects/assimp/files/assimp-3.0/ and tried run a sample program provided in the download. It cannot find the include header files. I am very new to C++. and Have no idea about library setup. I have never used CMAKE as well. Can anyone help me figure this out.

Also in the mean time I want to know about importing external libraries in C++. I can see that there are a few ways I can import an external libraries. Can anyone point me to a good started guide to learn about library import in C++.

Thanks in advance

share|improve this question
1  
Please don't cross-post. – Nicol Bolas Apr 27 at 10:55
3  
Also, graphics programming is not for someone "very new to C++". – Nicol Bolas Apr 27 at 10:57
well everyone has their first time doesn't they? thanks anyways – sunil shahi Apr 27 at 17:28

closed as not constructive by Nicol Bolas, Anko, Patrick Hughes, Byte56, msell Apr 29 at 5:21

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.