Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login
Version 11 (modified by mrmonday, 14 years ago)
--

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 9.10 Karmic

News

20091108 : The repository has been completely remade.

Enable Repository

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

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xac6c83ad38a437abfc26a14af273e44ecde3fa2e

Ldc on Jaunty (trunk of 03/04/2009)

The version for 9.10 karmic is ldc trunk of 20091107. To install, edit '/etc/apt/sources.list' and add

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

Then run sudo apt-get update && sudo apt-get install ldc libtango-ldc-dev. Then you will have a full working ldc + tango on your Karmic system. If you get linking errors when trying to use tango, you should add -L-ltango-user-ldc to your config file or to the arguments you pass to ldc.

Acknowledgements

Daily builds are developed by Vincenzo Ampolo <vincenzo.ampolo@gmail.com> (goshawk on irc.freenode.net) LaunchPad id For any problem or suggestion about the packages send me a mail! The packages have been done thanks to Arthur Loiret.

Hope my work can help you.

Copyright © 2008, LDC Development Team.