On Sat, Feb 11, 2012 at 3:49 AM, Donatas G. <[email protected]> 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 -- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
