Building LDC from source

Jens Mueller jens.k.mueller at gmx.de
Thu Sep 6 02:21:05 PDT 2012


Andrei Alexandrescu wrote:
> On 9/6/12 9:22 AM, Jacob Carlborg wrote:
> >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.
> 
> BTW I've added pointers for the LDC instructions to the download
> page: http://dlang.org/download.html. Feedback welcome.

Better add links to
https://github.com/ldc-developers/ldc/wiki/Installation
for building on Linux and
https://github.com/ldc-developers/ldc/wiki/Building-and-hacking-LDC-on-Windows-using-MSVC
for building on Windows.

Jens


More information about the Digitalmars-d mailing list