Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.
You really dont need a tut, setup is usually similar for all API's and if its a decent API, it SHOULD have a API Doc, I know all major apis have them... Read the Docs
"This" library? Am I missing something? Libraries are distributed as .lib files (Windows) or .a files (*nix) along with header files. These are simply precompiled object files that you are linking with your code.
Link to the library
Include the header files
If you want more help, you are going to have to be more specific. Which library? What platform? What IDE? Define your pronouns, and I will define a solution.
You have to tell us what your problem is and we can help you. In general you just have to make your IDE know where the include folder of the lib is and tell it which libraries it should include.
GyroVorbis wrote:.a files (*nix)
Static linking in Unix-style systems ist really rare
K-Bal wrote:You have to tell us what your problem is and we can help you. In general you just have to make your IDE know where the include folder of the lib is and tell it which libraries it should include.
GyroVorbis wrote:.a files (*nix)
Static linking in Unix-style systems ist really rare
Not really when you consider the fact that most gaming consoles (and microprocessors in general) are Unix-style and also link against .a rather than .lib.
Pickzell and Moosador i tried to do both of what you said to do to download and set up those things but it's not working if you have teamveiwer and have free time to show me what i am doing wrong sorry to be such a bother