Bulding latest DMD and associated projects from github master

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Mon Nov 19 06:46:44 PST 2012


On 11/19/2012 01:40 AM, Rob T wrote:
> There may be documentation somewhere(?), but all I could find was this external
> blog post
> http://xtzgzorex.wordpress.com/2011/07/31/d-building-dmd-and-phobos-on-linux/

Probably the reason why no official docs exist is because that blog post 
actually serves the purpose ... :-P

Don't know about you, but I found that when building Phobos I had to not just

      cp -r std /usr/local/include/d2

but also,

      cp -r etc /usr/local/include/d2

... in order for D programs to build without an error related to zlib.


More information about the Digitalmars-d mailing list