.dmg installer for OSX?

Walter Bright newshound2 at digitalmars.com
Mon Dec 12 10:59:41 PST 2011


On 12/11/2011 8:15 PM, Michel Fortin wrote:
> How is it installed on Linux?

Hello,

dmd deb packages from http://www.digitalmars.com/d/download.html installs files 
as follow:

- binaries at "/usr/bin"
- modules at "/usr/include/d/dmd"
- libraries on 32 bit system "/usr/bin", "/usr/bin64" and "/usr/lib32" symlink 
to "/usr/bin"
- libraries on 64 bit system "/usr/bin32", "/usr/bin" and "/usr/lib64" symlink 
to "/usr/bin"
- dmd configuration file as "/etc/dmd.conf"
- html and samples folders at "/usr/share/dmd"
- commands man pages at "/usr/share/man/man1"
- dmd.conf man page at "/usr/share/man/man5"

This try to follow the debian rules as you can see here:
http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html#USRBINMOSTUSERCOMMANDS

You can't have both dmd1 and dmd2 installed together. To have multiple dmd 
versions installed in a single system, there is a nice project that does:
https://bitbucket.org/doob/dvm

Best regards,
-- Jordi Sayol


More information about the Digitalmars-d mailing list