The SDL package can be put on your home computer:

To avoid setting some Project Properties for every new SDL project in Visual Studio, follow these steps:
  1. Make a directory under C:\Program Files\Microsoft Visual Studio 9.0\VC\include called SDL
  2. Transfer all of the .h files from the SDL-1.2.13\include directory into this newly created SDL directory.
  3. Copy SDL-1.2.13\lib\SDL.dll to C:\WINDOWS\System
  4. Copy SDLmain.lib and SDL.lib (also in SDL-1.2.13\lib\) to C:\Program Files\Microsoft Visual Studio 9.0\VC\lib