September 06, 2012
On Thursday, 6 September 2012 at 09:04:57 UTC, 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.
>
> Andrei

Andrei, Fedora has LDC in the official repository (that should be clearly stated there). So, a Fedora user installs LDC by simple:

yum install ldc-2


September 06, 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
September 06, 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.

I think you forgot to add the Gentoo logo to git.

Jens
September 06, 2012
On 9/6/12 11:57 AM, Jens Mueller wrote:
>> BTW I've added pointers for the LDC instructions to the download
>> page: http://dlang.org/download.html. Feedback welcome.
>
> I think you forgot to add the Gentoo logo to git.
>
> Jens

You're right, thanks! Done now.

Andrei
September 06, 2012
On 9/6/12 11:14 AM, Dejan Lekic wrote:
> Andrei, Fedora has LDC in the official repository (that should be
> clearly stated there). So, a Fedora user installs LDC by simple:
>
> yum install ldc-2

Done, let me know.

Andrei

September 06, 2012
On Thu, 2012-09-06 at 11:05 +0200, Andrei Alexandrescu wrote: […]
> BTW I've added pointers for the LDC instructions to the download page: http://dlang.org/download.html. Feedback welcome.

As long as LDC continues to track the current D version, I am sold on it. No statistically significant numbers yet but indications are that LDC produces faster code than DMD on Debian Unstable running on my twin Xeon.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


September 06, 2012
Andrei Alexandrescu wrote:
> On 9/6/12 11:57 AM, Jens Mueller wrote:
> >>BTW I've added pointers for the LDC instructions to the download page: http://dlang.org/download.html. Feedback welcome.
> >
> >I think you forgot to add the Gentoo logo to git.
> >
> >Jens
> 
> You're right, thanks! Done now.

Link for Windows should be https://github.com/ldc-developers/ldc/wiki/Building-and-hacking-LDC-on-Windows-using-MSVC

Jens
September 06, 2012
On 09/06/2012 10:16 AM, Andrei Alexandrescu wrote:
> On 9/6/12 11:14 AM, Dejan Lekic wrote:
>> Andrei, Fedora has LDC in the official repository (that should be
>> clearly stated there). So, a Fedora user installs LDC by simple:
>>
>> yum install ldc-2
>
> Done, let me know.
>
> Andrei
>

the -2 is not necessary; also this doesn't install phobos or druntime.

yum install ldc ldc-phobos-devel ldc-druntime-devel

should bring in everything necessary for compiling.
September 06, 2012
On 9/6/12 10:07 PM, Jens Mueller wrote:
> Andrei Alexandrescu wrote:
>> On 9/6/12 11:57 AM, Jens Mueller wrote:
>>>> BTW I've added pointers for the LDC instructions to the download
>>>> page: http://dlang.org/download.html. Feedback welcome.
>>>
>>> I think you forgot to add the Gentoo logo to git.
>>>
>>> Jens
>>
>> You're right, thanks! Done now.
>
> Link for Windows should be
> https://github.com/ldc-developers/ldc/wiki/Building-and-hacking-LDC-on-Windows-using-MSVC

Oops, thanks. Fixed now.

Andrei

September 06, 2012
On 9/6/12 10:37 PM, Ellery Newcomer wrote:
> On 09/06/2012 10:16 AM, Andrei Alexandrescu wrote:
>> On 9/6/12 11:14 AM, Dejan Lekic wrote:
>>> Andrei, Fedora has LDC in the official repository (that should be
>>> clearly stated there). So, a Fedora user installs LDC by simple:
>>>
>>> yum install ldc-2
>>
>> Done, let me know.
>>
>> Andrei
>>
>
> the -2 is not necessary; also this doesn't install phobos or druntime.
>
> yum install ldc ldc-phobos-devel ldc-druntime-devel
>
> should bring in everything necessary for compiling.

Fixed, thanks.

Andrei
1 2
Next ›   Last »