QLC+ on RaspberryPi DMX control centre

Started by Finke77, March 15, 2014, 08:19:53 PM

Previous topic - Next topic

Finke77

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

jst

# 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.

Finke77

Thanks for your reply,

Do you know how long the compiling approximately takes?

Thanks,

Finke