Page 1 of 1

Ubuntu automated build on Debian

Posted: Fri Jul 08, 2016 8:52 am
by giacomo
Hi,
I'd like to know if it's fine to install an Ubuntu qt5 automated build on a Debian-testing system.
thanks

Re: Ubuntu automated build on Debian

Posted: Mon Jul 18, 2016 9:29 am
by pade
Hi,

I don't really understand your question, but if you want to now if it is possible to compile the QT5 version of QLC+ found on github on a Debian Testing, I can say yes.
To compile it, I follow the instruction on github (https://github.com/mcallegari/qlcplus/w ... uild-HOWTO), and the only things I do is to comment this line in ui/ui.pro:
#SUBDIRS+=test

because I have a problem when compiling the test, and I don't now why.

Hope it answers to your question.

Re: Ubuntu automated build on Debian

Posted: Thu Jul 21, 2016 10:11 pm
by giacomo
thanks Pade,

actually I've installed an ubuntu package on a debian system and it seems to work fine, I was curious to know if someone else tried this.