Difference between revisions of "Latest LDC binaries for Windows"

From D Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
As of August 2015, LDC has got support for Windows CI (Continuous Integration) via [https://ci.appveyor.com/project/kinke/ldc AppVeyor]. As convenient side effect, successful jobs publish the LDC installation directory (as compressed [http://www.7-zip.org/ 7-Zip] archive) as GitHub release artifact, downloadable for you guys and thus saving you the hassle of building LDC yourselves:
 
As of August 2015, LDC has got support for Windows CI (Continuous Integration) via [https://ci.appveyor.com/project/kinke/ldc AppVeyor]. As convenient side effect, successful jobs publish the LDC installation directory (as compressed [http://www.7-zip.org/ 7-Zip] archive) as GitHub release artifact, downloadable for you guys and thus saving you the hassle of building LDC yourselves:
  
* Head over to the [https://github.com/ldc-developers/ldc/releases/tag/LDC-Win64-master GitHub release] and download the latest x64/x86 .7z artifact at the bottom.
+
* Head over to the [https://github.com/ldc-developers/ldc/releases/tag/CI GitHub CI release] and download a Windows .7z artifact.
 
* Extract it somewhere.
 
* Extract it somewhere.
 
* Use the executables <tt>bin\ldc2.exe</tt> and/or <tt>bin\ldmd2.exe</tt>.
 
* Use the executables <tt>bin\ldc2.exe</tt> and/or <tt>bin\ldmd2.exe</tt>.
  
LDC is built with <tt>RelWithDebInfo</tt> CMake configuration, assertions enabled, with a [https://github.com/ldc-developers/llvm/releases/tag/ldc-v5.0.0 pre-built LLVM 5.0.0] (<tt>Release</tt> CMake configuration, LLVM assertions enabled) and Visual Studio 2017. It ships with debug infos (<tt>bin\ldc2.pdb</tt>).
+
LDC is built with <tt>Release</tt> CMake configuration, assertions enabled, with a [https://github.com/ldc-developers/llvm/releases/tag/ldc-v5.0.0-2 pre-built LLVM 5.0.0] (<tt>Release</tt> CMake configuration, LLVM assertions enabled) and Visual Studio 2017.
  
 
For linking, you'll need MS Visual C++ 2015 or 2017, either by installing [https://www.visualstudio.com/downloads/ Visual Studio] or the stand-alone [http://landinghub.visualstudio.com/visual-cpp-build-tools Visual C++ Build Tools].
 
For linking, you'll need MS Visual C++ 2015 or 2017, either by installing [https://www.visualstudio.com/downloads/ Visual Studio] or the stand-alone [http://landinghub.visualstudio.com/visual-cpp-build-tools Visual C++ Build Tools].

Revision as of 19:47, 9 December 2017

As of August 2015, LDC has got support for Windows CI (Continuous Integration) via AppVeyor. As convenient side effect, successful jobs publish the LDC installation directory (as compressed 7-Zip archive) as GitHub release artifact, downloadable for you guys and thus saving you the hassle of building LDC yourselves:

  • Head over to the GitHub CI release and download a Windows .7z artifact.
  • Extract it somewhere.
  • Use the executables bin\ldc2.exe and/or bin\ldmd2.exe.

LDC is built with Release CMake configuration, assertions enabled, with a pre-built LLVM 5.0.0 (Release CMake configuration, LLVM assertions enabled) and Visual Studio 2017.

For linking, you'll need MS Visual C++ 2015 or 2017, either by installing Visual Studio or the stand-alone Visual C++ Build Tools.


Windows MSVC