www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.3.0-beta1 has been released!

reply Kai Nacke <kai redstar.de> writes:
Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.

We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, now 
bundled with DUB. :-)

It is the first release ever made at DConf. Feedback is highly 
welcome - just talk to me!

As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:
http://forum.dlang.org/post/hzdleysafdckzgarpnyg forum.dlang.org

Regards,
Kai
May 05 2017
next sibling parent Joseph Rushton Wakeling <joseph.wakeling webdrake.net> writes:
On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/hzdleysafdckzgarpnyg forum.dlang.org
In addition, the snap package can be installed on Linux distros that support it <https://snapcraft.io/docs/core/install> using: sudo snap install --classic --channel=1.3/beta ldc2 or, if you already have a version installed: sudo snap refresh --channel=1.3/beta ldc2 :-)
May 05 2017
prev sibling parent reply John Colvin <john.loughran.colvin gmail.com> writes:
On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
 download!
 This release is based on the 2.073.2 frontend and standard 
 library and supports LLVM 3.5-4.0.

 We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
 now bundled with DUB. :-)

 It is the first release ever made at DConf. Feedback is highly 
 welcome - just talk to me!

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/hzdleysafdckzgarpnyg forum.dlang.org

 Regards,
 Kai
available on homebrew: `brew install ldc --devel`
May 05 2017
parent 9il <ilyayaroshenko gmail.com> writes:
On Friday, 5 May 2017 at 12:44:25 UTC, John Colvin wrote:
 On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
 download!
 This release is based on the 2.073.2 frontend and standard 
 library and supports LLVM 3.5-4.0.

 We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
 now bundled with DUB. :-)

 It is the first release ever made at DConf. Feedback is highly 
 welcome - just talk to me!

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/hzdleysafdckzgarpnyg forum.dlang.org

 Regards,
 Kai
available on homebrew: `brew install ldc --devel`
Thanks!
May 05 2017