Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 789a4dca4953f037223e830336ef4af3 > files > 1046

python-enthought-enable-3.2.0-2mdv2010.0.i586.rpm

This is a makefile to build the demo examples with the Digital Mars C++.
Visit http://digitalmars.com/ for more info and to download the compiler.

The compiler is very easy in use and doesn't require any installation 
procedure. You just download and unzip it. 

Suppose you have unzipped it into the root directory:

\dm\*.*

That is, the full path to the compiler is \dm\bin\dmc.exe

Then you simply run:

\dm\bin\make

That's it, it should build the examples, except for svg_test and freetype_test.
If you have a different directory with the compiler please modify the Makefile
accordingly (that's pertty easy).