LDC2 Status
Alexey Prokhin
alexey.prokhin at yandex.ru
Wed Feb 23 22:56:04 PST 2011
> 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)
More information about the Digitalmars-d
mailing list