Building LDC from source

Jacob Carlborg doob at me.com
Thu Sep 6 00:22:44 PDT 2012


On 2012-09-06 02:30, jerro wrote:
>> reason to do with not finding druntime.
>
> You probably didn't do
>
> git submodule init; git submodule update

Or in one command:

$ git submodule update --init

You can also add --recursive to be on the safe side.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list