
	Digital Mars D Compiler Package
	-------------------------------

Windows Programmers:
--------------------

Be sure and also download and install the Digital Mars C/C++ compiler
toolset ftp://ftp.digitalmars.com/dmc.zip, which contains the linker
and necessary libraries.

Linux Programmers:
------------------

You may need to install libstdc++.so.5.

Fedora 6+:

You can get libstdc++.so.5 by installing the 'compat-libstdc++-<XX>' package,
where '<XX>' varies by distribution but is usually '33'.

Ubuntu 6.06+:

You can get libstdc++.so.5 by installing 'libstdc++5'.

