No option to add video

Archive of the non-categorized posts related to the QLC+ technical support.
Please do not create new threads here, instead, use the categories above !
Post Reply
Peter

Hello, I'm having a problem using QLC+ version 4.8 on Linux Mint 17. I can't find anyway to add a video (No button or option in the menu). I never had this problem when using Windows before.

I would really appreciate any help, thankyou.
Massimo Callegari

Hi Peter, video support in Linux is not released with official packages as they're still based on Qt4.
You need to build QLC+ on Qt5 yourself.
Instructions here: https://github.com/mcallegari/qlcplus/w ... -build-Qt5
Peter

1 - qmake
2 - make
i am need a litle help the terminal show
Project ERROR: libudev development package not found
make[1]: *** [sub-src-make_first-ordered] Error 3
make[1]: se sale del directorio «/home/lyf/Descargas/qlcplus-4.8.2/hotplugmonitor»
make: *** [sub-hotplugmonitor-make_first-ordered] Error 2
david garyga

As seen in the instruction :

Ubuntu/Debian

Issue these commands to install the required packages for an Ubuntu system:

sudo apt-get update
sudo apt-get install g++ make git build-essential qtbase5-dev qtscript5-dev qtmultimedia5-dev fakeroot debhelper devscripts pkg-config
sudo apt-get install libasound2-dev libusb-dev libftdi-dev libudev-dev libmad0-dev libsndfile1-dev liblo-dev libfftw3-dev
Post Reply