Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Build Instructions for Ubuntu users

Packages for ldc are available on D Programming Language Applications Packagers archive. Actually there is a ldc and tango version for Ubuntu 10.04 Lucid (These versions should also work on older Ubuntu systems).

On Ubuntu 9.10 (Karmic) and later

If you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

sudo add-apt-repository ppa:d-language-packagers/ppa

On older (pre 9.10) Ubuntu systems

To enable the repository, add the apt key with the command

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CDE3FA2E

To install, edit '/etc/apt/sources.list' and add

deb http://ppa.launchpad.net/d-language-packagers/ppa/ubuntu lucid main

Installation

Run sudo apt-get update && sudo apt-get install ldc libtango-ldc-dev to install ldc.

Acknowledgements

The LP-PPA is administrated by Vincenzo Ampolo <vincenzo.ampolo gmail.com> (goshawk on irc.freenode.net) LaunchPad id and Danny Trunk <danny.trunk gmx.de> (WasserDragoon? on irc.freenode.net) LaunchPad id.
For any problem or suggestion about the packages feel free to contact anyone of us!

Copyright © 2008, LDC Development Team.