Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

libqtd Ubuntu/Debian daily packages

Packages for libqtd are available on D Programming Language Applications Packagers archive.

To enable the repository, use the following command (on Ubuntu since Lucid):

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

or, using Debian, or an older Ubuntu, do it manually: add the apt key with the command

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

Daily builds are done thanks to an automatic D program that fetches qtd trunk and upload the package to PPA. Builder uses the lastest ldc and llvm available on karmic official repositories. To install daily builds edit '/etc/apt/sources.list' and add

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

Then run sudo apt-get update && sudo apt-get install libqtd-daily . It will also install some dependencies automatically. To do not break your system (if you are using jaunty) after the install, i suggest to comment the karmic official repository like this:

#deb http://archive.ubuntu.com/ubuntu karmic main

and run sudo apt-get update . In this way you will just use the ldc daily builds and you will not install other packages from karmic.

Everyday you can run sudo apt-get update && sudo apt-get upgrade to automatically install the new version of libqtd.