March 02, 2018
hi there,

I just flased a armbain for nanoPi M3.

And, I just installed ldc2-1.2.0 armhf using apt-get. it compiles d code with combination with gcc armhf and compiled program runs great even the arch is aarch64.

But I realized that ldc2 is too old, I know that latest ldc2 is 1.8.0.

So, does anyone know how to install latest ldc2 from arm-debain?

Thanks!
March 02, 2018
On Friday, 2 March 2018 at 08:25:51 UTC, dangbinghoo wrote:
>
> So, does anyone know how to install latest ldc2 from arm-debain?

You can use the dlang install.sh script to download LDC and put it in your home dir: https://dlang.org/install.html

-Johan