https://issues.dlang.org/show_bug.cgi?id=12453
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #4 from Martin Nowak <[email protected]> --- The install target doesn't work/isn't maintained anyhow, the folder layout in src is messed up and it doesn't make much sense to deploy source code with binary releases in the first place. You can get working source archives directly from github, e.g. https://github.com/D-Programming-Language/dmd/releases. I also wrote a small build script to work with github sources. https://gist.github.com/MartinNowak/c5f714fb16be96db13e5 It would be a little simpler with a meta repo as proposed in issue 11792. --
