Latest Source Code

The latest source code can be obtained from the public revision control repositories. Delta spans three different respositories.

The Delta SVN: (needed for qconf)

svn checkout https://delta.affinix.com/svn/trunk/[modulename]

The KDE SVN: (needed for qca)

svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qca

(It also couldn’t hurt to read the Instructions provided by KDE.)

or, browse on the web

The Psi Git: (needed for psi, iris, psimedia, ambrosia, cutestuff, media, and neatstuff)

git clone git://github.com/psi-im/[modulename].git
cd [modulename]
git submodule init
git submodule update

(It also couldn’t hurt to read the Instructions on the Psi development page.)

or, browse on the web