November 06, 2017
On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>> [...]
>
> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>
> (I want to create some open gl demo stuff but I can't find the resources)

See this page on the wiki, which was linked from the 1.4 release:

https://wiki.dlang.org/Building_LDC_runtime_libraries

The Android link there also shows some similar examples.
November 06, 2017
On Monday, 6 November 2017 at 20:13:33 UTC, Joakim wrote:
> On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
>> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>>> [...]
>>
>> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>>
>> (I want to create some open gl demo stuff but I can't find the resources)
>
> See this page on the wiki, which was linked from the 1.4 release:
>
> https://wiki.dlang.org/Building_LDC_runtime_libraries
>
> The Android link there also shows some similar examples.

What I mean is that finding these links in the forum is not easy. You should add them to the main page so that people can locate the help easier than having to hunt and peck.
November 06, 2017
On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>> [...]
>
> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>
> (I want to create some open gl demo stuff but I can't find the resources)

I created an easy walkthrough for cross compilation from Windows to arm (raspberry pi). The article is on german http://d-land.sepany.de/einstieg-in-die-raspberry-pi-entwicklung-mit-ldc.html

Kind regards
Andre
November 07, 2017
On Monday, 6 November 2017 at 22:48:07 UTC, Joseph wrote:
> What I mean is that finding these links in the forum is not easy. You should add them to the main page so that people can locate the help easier than having to hunt and peck.

So why don't you? It's a Wiki for a reason after all.
November 07, 2017
On Tuesday, 7 November 2017 at 00:50:28 UTC, kinke wrote:
> On Monday, 6 November 2017 at 22:48:07 UTC, Joseph wrote:
>> What I mean is that finding these links in the forum is not easy. You should add them to the main page so that people can locate the help easier than having to hunt and peck.
>
> So why don't you? It's a Wiki for a reason after all.


Huh? Maybe you should stop criticizing people and at least try to make sense of what they are talking about first? How am I suppose to add a wiki link to the LDC page? I can push a request but is that what you are really suggesting?

November 07, 2017
On Monday, 6 November 2017 at 22:51:14 UTC, Andre Pany wrote:
> On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
>> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>>> [...]
>>
>> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>>
>> (I want to create some open gl demo stuff but I can't find the resources)
>
> I created an easy walkthrough for cross compilation from Windows to arm (raspberry pi). The article is on german http://d-land.sepany.de/einstieg-in-die-raspberry-pi-entwicklung-mit-ldc.html
>
> Kind regards
> Andre

Thanks, but unfortunately I don't speak German ;/ looks goo though, chances of a translation at some point?

November 07, 2017
On Monday, 6 November 2017 at 22:48:07 UTC, Joseph wrote:
> On Monday, 6 November 2017 at 20:13:33 UTC, Joakim wrote:
>> On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
>>> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>>>> [...]
>>>
>>> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>>>
>>> (I want to create some open gl demo stuff but I can't find the resources)
>>
>> See this page on the wiki, which was linked from the 1.4 release:
>>
>> https://wiki.dlang.org/Building_LDC_runtime_libraries
>>
>> The Android link there also shows some similar examples.
>
> What I mean is that finding these links in the forum is not easy. You should add them to the main page so that people can locate the help easier than having to hunt and peck.

There is a link in the main LDC wiki page, which is linked from the main ldc github page:

https://wiki.dlang.org/LDC#ARM

I guess you want that linked from the github downloads too, not a bad idea.
November 07, 2017
On Tuesday, 7 November 2017 at 04:35:34 UTC, Joseph wrote:
> On Monday, 6 November 2017 at 22:51:14 UTC, Andre Pany wrote:
>> On Monday, 6 November 2017 at 18:49:57 UTC, Joseph wrote:
>>> On Thursday, 2 November 2017 at 23:57:15 UTC, kinke wrote:
>>>> [...]
>>>
>>> Can you add a link to the ldc page that links to an up to date walkthrough on how to properly(and easily) cross compile arm binaries with the examples?
>>>
>>> (I want to create some open gl demo stuff but I can't find the resources)
>>
>> I created an easy walkthrough for cross compilation from Windows to arm (raspberry pi). The article is on german http://d-land.sepany.de/einstieg-in-die-raspberry-pi-entwicklung-mit-ldc.html
>>
>> Kind regards
>> Andre
>
> Thanks, but unfortunately I don't speak German ;/ looks goo though, chances of a translation at some point?

It is not planned but googles website translation service will give you an usable translation.

Kind regards
André
November 07, 2017
On Tuesday, 7 November 2017 at 04:34:19 UTC, Joseph wrote:
> Huh? Maybe you should stop criticizing people and at least try to make sense of what they are talking about first? How am I suppose to add a wiki link to the LDC page? I can push a request but is that what you are really suggesting?

Well since you didn't specify what you mean by 'LDC page', I can only infer by your additional context now that you meant the GitHub readme (featuring a prominent link to the Wiki). Most user information can be found on the Wiki (and to some extent, the GitHub release logs with their further links).
1 2
Next ›   Last »