See source:tags/2.0.0/INSTALL.txt
WARNING: If you build these libs yourself, be careful to compile everything for multithreaded DLL integration (/MD & /MDd)
You can download a pre-built package (built with MSVC 2005 Pro no SP) here.
Note: If you use an "Express" version, don't forget to also install the Windows SDK.
For a Release build
Extract from the zip file the "3rdParty" directory to the directory level where Speed Dreams is installed. Example:
If sources are in D:\speed-dreams\trunk,
extract 3rd party zip in D:\speed-dreams
and you should have a D:\speed-dreams\3rdParty directory.
Run prebuild.bat (double-click on it in the explorer window)
For a Debug build all steps are the same, except for the following ones :
Change run-time settings for "speed-dreams" project (right-click menu on the project, then Settings):
target executable : select <the dir where speed-dreams.sln is>/runtimed/speed-dreams.exe
working directory : select <the dir where speed-dreams.sln is>/runtimed
Run Speed Dreams (Debug / Start debugging)
Hints
If you want all the source tree robots to be built (even unmaintained ones), use speed-dreams-unmaitained.sln, and just before, in a console windows:
$ cd <the dir that contains runtime (or runtimed)>
$ prebuild runtime full (or prebuild runtimed full)
If you want to play with ALL the source tree cars and tracks (even unmaintained ones), issue the following commands before or after the MSVC build (but after the prebuild step):
$ cd <the dir that contains runtime (or runtimed)>
$ postbuild runtime full (or postbuild runtimed full)
you can mix (or not) the unmaitained robots and unmaintained cars and tracks
It was also working in the past (no more maintained)
Be aware that shipped speed-dreams.dsw and associated .dsp files are old and no more maintained, so they are very likely to not work at all... and consider downloading free MSVC2005/2008 Express and Windows SDK from Microsoft's site ...
Same procedure as above, except that you'll need first to build your own 3rdParty package with MSVC6 (MSVC 2005 built libs are NOT compatible with MSVC6 builds). See 3rdParty/ReadMe.txt for details on where to get the sources ...
VC++ 6 settings:
View->Properties
    tab size = 8
    Indent size = 4
Tools->Options (Tab)
    tab size = 8
    Indent size = 4