Large (>32 byte) concurrency messages

Ali Çehreli acehreli at yahoo.com
Sat Aug 10 08:12:38 PDT 2013


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



More information about the Digitalmars-d-learn mailing list