> Still can't get druntime to compile.  The readme file in runtime/ is
> horribly outdated. I cloned your github repo, and tried a few things,
> but I have no clue where I should put it, or how to build it.  It looks
> like the make file is still for DMD.
I use cmake to compile druntime and phobos:
$ cd ldc2_build_dir
$ cmake -DRUNTIME_DIR=path_to_druntime -DPHOBOS2_DIR=path_to_phobos .
$ make phobos2 (or 'make runtime' if you want to build only druntime)

Reply via email to