Getting Started/Build/KDE4/kdesvn-build: Difference between revisions

From KDE TechBase
(Creating new page)
 
(redirect to much better page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
There is a simple and automatic way for building KDE4 using the kdesvn-build script. Download the latest release of the kdesvn-build script from http://kdesvn-build.kde.org/. Your distribution might have a package with kdesvn-build script but most probably that will be dated. So download the latest release from the website. As mentioned in the [[..|Getting Started]] page, install all the required packages for your distribution. Create a new user kde-devel and switch to that user. Untar the kdesvn-build file to your home folder.
#REDIRECT [[Getting_Started/Build/kdesvn-build]]
<code>
cp kdesvn-build/kdesvn-buildrc-sample ~/.kdesvn-buildrc
</code>
Modify the .kdesvn-buildrc file for selecting which modules to compile and which to leave out.
Add kdesvn-build/ folder to your path by adding this line to your .bashrc
<code>
export PATH=~/kdesvn-build/:$PATH
</code>
Now, all that remains to do is run the script!
<code>
kdesvn-build
</code>

Latest revision as of 09:47, 9 April 2009