now we get to really build KDE 4.
first of all, you should change you ~/.bashrc file and I’ll tell you how and what to change.
go to your home directory and
View > Show hidden files
now if you look closely, you’ll find a file called “.bashrc” among the hidden files.
open that with a text editor ( in 99% cases just double click it )
copy the .bashrc in you original home ( /home/username/ ) into your KDE4devel account ( /home/KDE4devel/ ) it should replace it.
copy/paste the contents of this .bashrc into your .bashrc, after “#user-specified commands” ( or something like that ).
now you’re ready to go. By the way, this .bashrc you just did, was only to make life easier but it is in fact necessary and you HAVE TO do it
Building kdelibs
the first module ( package ) you should make/compile, is kdelibs. You SHOULD make this first of all.
to compile kdelibs, just do this:
cd
cs
mkdir KDE && cd KDE
svn checkout svn://anonsvn.kde.org/home/kde/branches/KDE/4.0/kdelibs
cd kdelibs
cmakekde
note: cs is not a typo. you made this command available by editing your .bashrc file, look into that for more info.
for troubleshooting stuff look into here.
Building kdepimlibs
next comes the kdepimlibs. the recipe is this:
cs KDE
svn checkout svn://anonsvn.kde.org/home/kde/branches/KDE/4.0/kdepimlibs
cd kdepimlibs
cmakekde
again, for troubleshooting stuff go here.
Building kdebase
next goes to kdebase.
recipe:
cs KDE
svn checkout svn://anonsvn.kde.org/home/kde/branches/KDE/4.0/kdebase
cd kdebase
cmakekde
troubleshooting stuff -> here.
from now, you can build all of the modules you want with the same fashion. For a minimal KDE 4 session you only needed those 3 modules and that’s all.
after you finished compiling all the modules you want, you just log out, and log in again, hopefully everything will be fine and you will have your KDE 4 session
Good Luck with your building
( building as in compiling
)
note: I got this information from here.