DVM + DMD git-master
Jacob Carlborg
doob at me.com
Thu May 23 11:53:30 PDT 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
More information about the Digitalmars-d-learn
mailing list