On Tuesday, 24 June 2014 at 14:08:23 UTC, Dicebot wrote:
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/mailman.2797.1403608052.2907.digitalmars-d-...@puremagic.com

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

NB: this has nothing in common with official Debian package
though, just some dirty quick solution.

Reply via email to