It's a library. You essentially link it to your program using what's called (aptly), a linker. All it does is give you a bunch of functions that let you put stuff on your screen.
See this for setting it up
http://lazyfoo.net/SDL_tutorials/les...dows/index.php
Once you have it set up, just go with the regular tutorial until you think you've got the hang of it.