microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

Installation instructions #24

Closed nlguillemot closed 8 years ago

nlguillemot commented 8 years ago

I'd like a simple list of steps to add this library to an existing project. I'm not sure what I'm supposed to do with all this code and all these project files.

shawnhar commented 8 years ago

Start here: https://github.com/Microsoft/DirectXTK/wiki/Adding-the-DirectX-Tool-Kit

nlguillemot commented 8 years ago

That article is spot on! I recommend putting a link to it in the README or in an INSTALL file, that's what I was looking for. Or maybe there should be a link to the "Getting Started" page.

nlguillemot commented 8 years ago

I see there's already a link to the documentation in README, so maybe it's just me that missed it. :)