LDC 0.13.0 has been released!
Dicebot via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Jun 24 07:08:21 PDT 2014
On Tuesday, 24 June 2014 at 13:48:14 UTC, Nordlöw wrote:
>> LDC 0.13.0, the LLVM-based D compiler, is available for
>> download!
>
> Great job!
>
> Will there be Linux distribution (Ubuntu) packages available?
http://forum.dlang.org/post/mailman.2797.1403608052.2907.digitalmars-d-ldc@puremagic.com
You can also build .deb any time manually:
git clone https://github.com/ldc-developers/ldc
mkdir build; cd build
cmake ../ldc # + any normal cmake options
make
cpack -G DEB # will place .deb in same folder
More information about the Digitalmars-d-announce
mailing list