Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Version 5 (modified by mwarning, 14 years ago)
add 32bit packages

Tango Installation for LDC

Tango is currently packaged in two formats: either with or without a compiler. Installing with a bundled compiler is easier since there's less configuration required. API documentation is available as a zip or online.

Quick install with a bundled compiler

linux

Download the 32-Bit or 64-Bit package and untar it into a directory. Add the bin directory from the extracted package to PATH, and you can fire up the compiler.

Installing with an existing compiler

linux

Download the 32-Bit or 64-Bit package and put the contents of bundle where ldc can find it (depends on your ldc.conf).

Example code

import tango.io.Stdout;

void main()
{
    Stdout ("hello, sweetheart \u263a").newline;
}

Explicit Installation

Details here

Tool configuration

User Comments

Comments