Re: Re: Compile KF5 into Docker

2015-01-07 Thread David Gil Oliva
source may not be an easy task, due to build dependencies which may or may not be available for your distro. That's why I started to compile KF5 into a Docker container. This way you can keep your main system clean, and avoid to install a lot of *-dev packages. I would like to share

Re: Re: Compile KF5 into Docker

2015-01-07 Thread Mathieu Tarral
not be available for your distro. That's why I started to compile KF5 into a Docker container. This way you can keep your main system clean, and avoid to install a lot of *-dev packages. I would like to share a set of Dockerfiles which will build an image with all the necessary build dependencies

Compile KF5 into Docker

2015-01-04 Thread Mathieu Tarral
Hi, as you know, building KF5 from source may not be an easy task, due to build dependencies which may or may not be available for your distro. That's why I started to compile KF5 into a Docker container. This way you can keep your main system clean, and avoid to install a lot of *-dev packages

Re: Compile KF5 into Docker

2015-01-04 Thread Aleix Pol
On Sun, Jan 4, 2015 at 1:46 AM, Mathieu Tarral mathieu.tar...@gmail.com wrote: Hi, as you know, building KF5 from source may not be an easy task, due to build dependencies which may or may not be available for your distro. That's why I started to compile KF5 into a Docker container