= 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 [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-docs.zip zip] or [http://www.dsource.org/projects/tango/docs/stable/ online]. == Quick install with a bundled compiler == === linux === Download the [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux32-with-ldc.1.056.tar.gz 32-Bit] or [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux64-with-ldc.1.056.tar.gz 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 [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux32-ldc.tar.gz 32-Bit] or [http://downloads.dsource.org/projects/tango/0.99.9/tango-0.99.9-bin-linux64-ldc.tar.gz 64-Bit] package and put the contents of ''tango-bundle'' where ldc can find it (depends on your ldc.conf). == Example code == {{{ #!d import tango.io.Stdout; void main() { Stdout ("hello, sweetheart \u263a").newline; } }}} == Explicit Installation == Details [wiki:TopicInstallTangoExplicit2010 here] == Tool configuration == * [wiki:CodeBlocks Configuration for Code::Blocks] == User Comments == [[EmbedReplies(DocComments,TopicInstallTango)]]