INSTALLING TIMESPAN ON MICROSOFT WINDOWS SYSTEMS:

No automatic method of installing timespan currently exists for users of
Microsoft Windows.  Installation must be done manually.  In order to install
timespan, it must be compiled.  Currently only Microsoft's Visual C++ 6 and
Visual Studio .NET compilers are supported.

To compile with Visual C++ 6 (9x, NT4, 2000, XP):
  1. Open build\msvc6\timespan.dsw
  2. Select "Rebuild All" on the Build menu.

To compile with Visual Studio .NET (NT4, 2000, XP):
  1. Open build\msvs.net\timespan.vcproj
  2. Select "Build solution" on the Build menu.

Install timespan by copying build\msvc6\Release\timespan.exe or
build\msvs.net\Release\timespan.exe to a directory in your PATH for ease of
use, or to any other directory of your choosing.

