Latest Source Code
The latest source code can be obtained from the public revision control repositories. Delta spans four different respositories.
The Delta SVN: (needed for iris, psimedia, and qconf)
svn checkout https://delta.affinix.com/svn/trunk/[modulename]
The Psi CVS: (needed for ambrosia, cutestuff, media, and neatstuff)
export CVSROOT=:pserver:anonymous@cvs.anywise.org:/psi cvs login (there is no password, simply press enter) cvs co [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.)
The Psi Git: (needed for psi)
git clone git://git.psi-im.org/psi.git cd psi git submodule init git submodule update
(It also couldn’t hurt to read the Instructions on the Psi development page.)


