Kai Nacke <[email protected]> writes: > Hi everyone, > > LDC 1.0.0-beta1, the LLVM-based D compiler, is available for download! > This BETA release is based on the 2.070.2 frontend and standard > library and supports LLVM 3.5-3.8. > > The 1.0 release will be a major milestone. Please help testing to make > it the best release ever! > We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM > (armv7hf). :-) > > As usual, you can find links to the changelog and the binary packages > over at digitalmars.D.ldc: > http://forum.dlang.org/post/[email protected] > > Regards, > Kai
Just a note for Pi 2 and 3 owners running Raspian. Even though Raspian defaults to armv6, the LDC 1.0.0-beta1 binary for armv7 can be used with a little symlinking: $ cd /usr/lib/arm-linux-gnueabihf/ $ ln -s libedit.so libedit.so.0 LDC works great for Pi 1 too, but being armv6, Pi 1 owners will need to bootstrap by downloading and building ldc ltsmaster branch (C++ version). I suppose at some point, Raspian will have this version of LDC available with apt-get. -- Dan
