I'm trying to install QLC+ v4 on an existing RPi 3 with the BitWizard DMX interface for raspberry pi. The RPi already has other software on it (Mosquito MQTT broker) so I'm trying to install from source so they can coexist.
I started with these instructions from BitWizard:
https://bitwizard.nl/wiki/Dmx_interface ... spberry_pi
I've installed the prerequisite packages and currently following the "QLC+ sources" section here to install QLC Plus
https://github.com/mcallegari/qlcplus/w ... -build-Qt5
I downloaded qlcplus_4.12.2_amd64.deb and tried to install it like this:
Code: Select all
sudo apt install /home/pi/Downloads/qlcplus_4.12.2_amd64.deb
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'qlcplus:amd64' instead of '/home/pi/Downloads/qlcplus_4.12.2_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
qlcplus:amd64 : Depends: libasound2:amd64 (>= 1.0.16) but it is not installable
Depends: libc6:amd64 (>= 2.17) but it is not installable
Depends: libfftw3-double3:amd64 (>= 3.3.5) but it is not installable
Depends: libftdi1:amd64 but it is not installable
Depends: libgcc1:amd64 (>= 1:3.0) but it is not installable
Depends: libqt5core5a:amd64 (>= 5.9.0~beta) but it is not installable
Depends: libqt5gui5:amd64 (>= 5.8.0) but it is not installable
Depends: libqt5multimedia5:amd64 (>= 5.6.0~beta) but it is not installable
Depends: libqt5multimediawidgets5:amd64 (>= 5.6.0~beta) but it is not installable
Depends: libqt5network5:amd64 (>= 5.8.0) but it is not installable
Depends: libqt5script5:amd64 (>= 5.6.0~beta) but it is not installable
Depends: libqt5widgets5:amd64 (>= 5.2.0) but it is not installable
Depends: libstdc++6:amd64 (>= 5.2) but it is not installable
Depends: libudev1:amd64 (>= 183) but it is not installable
Depends: libusb-0.1-4:amd64 (>= 2:0.1.12) but it is not installable
Recommends: libmad0:amd64 but it is not installable
Recommends: libsndfile1:amd64 but it is not installable
Recommends: libqt5multimedia5-plugins:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
Thanks so much,
Phil