First add /opt/kde/bin to your PATH environment variable:
export PATH=$PATH:/opt/kde/bin |
Then create an .xinitrc file to start KDE:
echo "exec startkde" > ~/.xinitrc |
and ensure all libraries can be found with:
ldconfig |
At this point you can bring up KDE with:
startx |