On Tuesday, 24 June 2014 at 13:48:14 UTC, Nordlöw wrote:
LDC 0.13.0, the LLVM-based D compiler, is available for download!Great job! Will there be Linux distribution (Ubuntu) packages available?
http://forum.dlang.org/post/[email protected] You can also build .deb any time manually: git clone https://github.com/ldc-developers/ldc mkdir build; cd build cmake ../ldc # + any normal cmake options make cpack -G DEB # will place .deb in same folder
