sudo apt-get build-dep plasma-desktop
git clone kde:plasma-desktop
mkdir plasma-desktop-build
cd plasma-desktop-build
cmake ../plasma-desktop -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debian
make
sudo make install
As the others indicated, this isn't usually h
kdesrc-build:
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#kdesrc-build
And you can do this on a real machine with Neon dev unstable. Or at
least I do it...
On Mon, Feb 5, 2018 at 10:30 PM, pointedstick wrote:
> Howdy folks,
>
> What's the best way to go about compiling pla
On Mon, Feb 5, 2018 at 10:30 PM, pointedstick wrote:
> Howdy folks,
>
> What's the best way to go about compiling plasma-desktop from source and
> deploying to /usr/ (in a KDE Neon dev unstable VM; I wouldn't do this on a
> real machine), and are there any necessary dependencies that also always