From 1c6cc39dfbba7176b7ccf958b28d2314e84f6ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 1 Nov 2006 10:37:17 +0000 Subject: [PATCH] Instructions how to build kwin_composite. svn path=/branches/work/kwin_composite/; revision=600914 --- COMPOSITE_TODO | 5 +++-- HACKING | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/COMPOSITE_TODO b/COMPOSITE_TODO index 144710336a..9d7a26b0d0 100644 --- a/COMPOSITE_TODO +++ b/COMPOSITE_TODO @@ -1,9 +1,10 @@ This file lists TODO items for the compositing code. -See file HACKING for details on developing KWin. +See file HACKING for details on developing KWin, including building + the kwin_composite branch. See effects/howto.* for a HOWTO on writting effects. See documentation in source (mainly in scene.cpp) for description -of the design of the compositing framework. + of the design of the compositing framework. TODO ================================= diff --git a/HACKING b/HACKING index 02f5c1ab93..91d4498a57 100644 --- a/HACKING +++ b/HACKING @@ -11,6 +11,23 @@ There are also two kcontrol components 'kcmkwindecoration' and 'kcmkwinoptions' to KWin's KControl modules. +Using kwin_composite branch: +============================ + +See the KDE trunk HOWTO at http://developer.kde.org/build/trunk.html . + +The simplest way to build the kwin_composite branch is to switch the trunk version +to the branch: + +$ cd kdebase/workspace/kwin +$ svn info +(prints the repository URL, for example https://svn.kde.org/home/kde/trunk/KDE/kdebase/workspace/kwin) +$ svn switch https://svn.kde.org/home/kde/branches/work/kwin_composite +(i.e. replace trunk/KDE/kdebase/workspace/kwin with branches/work/kwin_composite) +$ make +(i.e. build and use it as usually) + + KWin parts: ===========