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

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

Although not absolutely necessary, the Digital Mars C/C++ compiler
toolset complements the Digital Mars D compiler toolset,
and is downloadable from ftp://ftp.digitalmars.com/dmc.zip

The Digital Mars C/C++ compiler is necessary if interfacing D
code to C and C++ code on Windows.

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'.

The GNU gcc and g++ compilers are used if interfacing D
code to C and C++ code on Linux.

