Wenzel / docker-kdesrc-build

Dockerfiles to compile KDE source code into Docker with kdesrc-build script
GNU General Public License v2.0
47 stars 21 forks source link

Missing Dependencies #16

Open hillmarcus opened 6 years ago

hillmarcus commented 6 years ago

I'm trying to use the archlinux docker file and have found there are a few missing dependencies. So far I've had to install openssl-1.0 and intltool. I also update the kdesrc-buildrc file like this page describes, although I'm not entirely certain if that is necessary after install the proper version of openssl.

I'm still working on getting everything build. If I find any other related issues I will update this ticket.

Wenzel commented 6 years ago

Hey, thanks for the openssl configuration in kdesrc-build ! i was struggling with qca since a week now !

Make a pull request, we can review the changes

hillmarcus commented 6 years ago

I literally copied those two option sections into the bottom of the file kdesrc-buildrc file inside the container. I'm not too familiar with docker or your project to be confident in fixing the problem permanently. If you want to do what needs to be done I'll be more than happy to pull it down and test it on my machine.

Wenzel commented 6 years ago

ok, let me try those changes, and i will make a pull request later.