OS X Installer

Anders F Björklund afb at algonet.se
Sat Aug 1 01:41:38 PDT 2009


Jacob Carlborg wrote:

>> Speaking of that OS X DMD installer, are you sure installing it at
>> /usr/share/dmd/ is a good idea? [...]
> I looked at a gdc installer and looked where it placed the compiler and 
> did the same. I don't know where it's best to place the compiler.

You can use /opt/dmd and /opt/dmd2, if you don't
want to use the regular file hierarchy in hier(7)

DMD = /opt/dmd2/osx/bin/dmd

Or you can use e.g. /usr/local/bin and rename to
dmd2 and dmd2.conf (which takes some trickery...)

DMD = dmd2

--anders



More information about the Digitalmars-d mailing list