Re: Compiling and deploying plasma-desktop

2018-02-06 Thread Harald Sitter
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

Re: Compiling and deploying plasma-desktop

2018-02-06 Thread Roman Gilg
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

Re: Compiling and deploying plasma-desktop

2018-02-05 Thread Aleix Pol
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

Compiling and deploying plasma-desktop

2018-02-05 Thread pointedstick
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 need to be compiled from source? Thanks! Nate