Electoday 2025

ประกาศ => Projects => Topic started by: Finke77 on March 15, 2014, 08:19:53 PM

Title: QLC+ on RaspberryPi DMX control centre
Post by: Finke77 on March 15, 2014, 08:19:53 PM
Hello,

the following YouTube video shows QLC+ on RaspberryPi:
http://m.youtube.com/watch?v=EOqFWPFvf0w

Do you have a description and tutorial for this setup?

Many thanks,

Finke
Title: Re: QLC+ on RaspberryPi DMX control centre
Post by: jst on March 16, 2014, 12:20:35 PM
# Thanks for join our forum.

# For Raspberry pi, I used the raspbian image and
# native built QLC+ from source http://sourceforge.net/projects/qlcplus/files/4.5.1 (I think now 4.6.1 but not yet tested).
# Follow the QLC+ README document you may

apt-get update
apt-get install g++ make git libqt4-dev qt4-dev-tools fakeroot debhelper devscripts pkg-config
apt-get install libasound2-dev libusb-dev libftdi-dev libudev-dev libmad0-dev libsndfile1-dev liblo-dev libfftw3-dev
apt-get install build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev
apt-get install intltool libxml2-dev libgtk2.0-dev libnotify-dev libglib2.0-dev libevent-dev checkinstall

cd /to/QLC+/src/path
qmake
make
# longggg time ...
# If everything work properly, then
make install
qlcplus --help

# Have fun.
Title: Re: QLC+ on RaspberryPi DMX control centre
Post by: Finke77 on March 16, 2014, 03:07:30 PM
Thanks for your reply,

Do you know how long the compiling approximately takes?

Thanks,

Finke