compiling kwin for kubuntu the quick way?
pansz
pan.shizhu at gmail.com
Mon Feb 13 03:36:45 UTC 2012
On Sat, Feb 11, 2012 at 3:49 AM, Donatas G. <dgvirtual at akl.lt> wrote:
> apt-get source kde-workspace
> apt-get build-dep kde-workspace
> cd kde-workspace
> <apply patch>
probabaly the more official way to compile "apt-get source" package is
: dpkg-buildpackage -b -uc
you need to have installed fakeroot.
After compile you could just find the kwin executable and cp kwin to /usr/bin.
So the following can be bypassed...
> mkdir build
> cd build
> cmake .. -DCMAKE_INSTALL_PREFIX=/usr
> make kwin
> cd kwin
> sudo make install
More information about the kubuntu-devel
mailing list