Jonathan Jesse wrote: > Does that mean that I have all applications? Sorry thsi is my first time > building KDE from source
No. KDE consists of several main modules (plus a bunch of apps in extragear and such). You can see the list of modules in websvn ( http://websvn.kde.org/trunk/KDE ) if it is online again... You have to know what module your wanted app is in and install that module. E.g. if you want okular you have to get the kdegraphics module; for kate you need kdesdk; for parley you need kdeedu; ... You install these as told for kdebase and such in the instructions from techbase, e.g.: $ cs KDE $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics $ cd kdegraphics $ cmakekde regards
