For DPR to be fully operational, you must download DPR, Xena and all of the Xena plug-ins from the SourceForge repository.
By following this procedure, the DPR and Xena directories will be downloaded to the dpr-source directory you created earlier (see [Preparing_for_installation]).
From the command-line:
1. Ensure you are in the dpr-source directory:
cd <path to the _dpr-source_ directory>
2. Clone the Xena Git repository:
git clone git://git.code.sf.net/p/xena/xena
3. Clone the DPR Git repository:
git clone git://git.code.sf.net/p/dpr/dpr
Result: Under your dpr-source directory, you should now have a xena and a dpr directory.