How to obtain Parley
Linux
Parley comes with KDE4. Several Linux distributions offer packages for KDE4. Parley should be included in the KDE 4 version of the kdeedu or parley package depending on the distribution. To start developing Parley drop us a note and you should instead get the sources from the KDE subversion repository. This will get the latest hottest version of Parley, but may be broken from time to time.
Windows
You can find the KDE for Windows project at http://windows.kde.org. Please refer to the instructions found there.
Parley from source
To build Parley you need to set up a working KDE4 environment as described in Getting Started/Build/KDE4 article. You can get either the entire kdeedu directory or get the minimum requirements for Parley as described below.
1. Check out:cs KDE # 'cs' is a bash function, click here to learn more svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu -N cd kdeedu svn up cmake svn up libkdeedu svn up data svn up parley
2. If you also want to install documentation:
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/doc -N svn up doc/parley
3. Build and install:
cmakekde
Stay up to date
Since Parley is under active development you will probably want to have the latest version of it:
cs KDE/kdeedu # 'cs' is a bash function, click here to learn more svn up ./* cb # cb is not a typo make -j2 VERBOSE=1 && make install
Last update: 2020-03-24