On 08/10/2013 08:04 AM, JR wrote:

> I'll look into compiling dmd.

This project made it very simple for me:

  https://github.com/carlor/dlang-workspace

It builds dmd, druntime, and phobos by a single command:

  $ bash posix/gen.sh

It is a good idea to do a clean build after 'git pull's:

  $ bash posix/gen.sh clean
  $ bash posix/gen.sh

Ali

Reply via email to