> 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)
- LDC2 Status dsimcha
- Re: LDC2 Status Trass3r
- Re: LDC2 Status Robert Clipsham
- Re: LDC2 Status Robert Clipsham
- Re: LDC2 Status Alexey Prokhin
- Re: LDC2 Status Trass3r
- Re: LDC2 Status dsimcha
- Re: LDC2 Status Alexey Prokhin
- Re: LDC2 Status Andrew Wiley
- Re: LDC2 Status Michel Fortin
