Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

Docker pulls Docker Build Latest Tag

docker-ldc

Docker Image for LLVM-based D Compiler.

Motivation

Installation of a compiler sometimes is cumbersome. This Docker image should take this pain and allow you to easily switch between Versions of the same compiler and even different compilers.

In case a native installation is required, curl -fsS https://dlang.org/install.sh | bash -s ldc could be used.

Other Compilers

Allows to use all major D Compilers without installation.

Compiler Latest Tag
DMD Latest Tag
LDC Latest Tag
GDC Latest Tag

Usage

Place a test.d in your current directory. Then execute

docker run --rm -ti -v $(pwd):/src dlanguage/ldc ldc2 test.d