digitalmars.D.learn - DVM + DMD git-master
- nazriel (6/6) May 23 2013 Greetings.
- Jacob Carlborg (11/14) May 23 2013 It won't automatically fetch from the git repositories or install but
Greetings. Does DVM [1] supports building DMD from git-master tree? If yes, how does it name resulting binary? dmd-master? Best regards, Damian Ziemba [1] https://github.com/jacob-carlborg/dvm
May 23 2013
On 2013-05-23 19:35, nazriel wrote:Greetings. Does DVM [1] supports building DMD from git-master tree? If yes, how does it name resulting binary? dmd-master?It won't automatically fetch from the git repositories or install but you can build it using DVM. Do something like this: $ mkdir dlang $ cd dlang clone DMD, druntime and Phobos $ dvm compile . You'll get a couple of new folders in dlang/dmd. A bin and lib folder with the architecture appended. -- /Jacob Carlborg
May 23 2013