How to obtain Parley
Recomended - prebuild packages
Parley comes with KDE4. Windows and Mac packages will be created by the respective KDE teams. Once stable versions are available they will be linked here. Until then there are several Live CDs for Linux KDE4. Several Linux distributions offer packages for KDE4, if Parley is not there, it should be included in the KDE-Edu(4) package. If you want 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.
Parley from svn
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 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: 2008-01-11
The KDE Education Project