Another attempt: building KDE 4 option 2
February 11, 2008 at 8:26 pm (Uncategorized)
Tags: building software, cmake, kde
There also an easier way to get KDE 4 which I used myself. For this one, you don’t need to change your .bashrc or anything else. Just checkout sources wherever you want and you’re done ( of course you must install dependencies first ).
after you checkout SVNs in ‘/home/KDE4devel/SRCs/KDE/’ you can just make another folder, let’s say ‘/home/KDE4devel/Build/KDE/’
open Terminal/Konsole and then type:
su -
cd /home/KDE4devel/Build/KDE
cd kdelibs
cmake && make && make install
cd ..
cd kdepimlibs
cmake && make && make install
cd ..
cd kdebase
cmake && make && make install
cd ..
cd “yourmodule”
cmake && make && make install
OR if you have changed your .bashrc, you can do for each one:
cd /home/KDE4devel/SRCs/KDE/4.0/yourmodule
cmakekde
(it MIGHT work, I just made it up right now
)
WARNING: THIS WILL REPLACE YOUR KDE 3.5 DESKTOP.
WARNING: YOU WILL NEED ROOT PRIVILEGES.
If you try this one, leave comment for me whether if it worked for you or not. Thanks ![]()