On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote:
Glad to announce D 2.069.0.
http://dlang.org/download.html
http://downloads.dlang.org/releases/2.x/2.069.0/
This is the first release with a self-hosted dmd compiler and
comes with even more rangified phobos functions,
std.experimental.allocator, and many other improvements.
See the changelog for more details.
http://dlang.org/changelog/2.069.0.html
-Martin
I tried to install rpm-package on Fedora 20 with rpm -i, but it
gives me
error: Failed dependencies:
glibc-devel(x86-32) is needed by dmd-2.069.0-0.x86_64
libcurl(x86-32) is needed by dmd-2.069.0-0.x86_64
Why do package depends on 32-bit libraries? Was it always like
that? I never installed dmd on Fedora before.