hi,
Got my Pixy through on friday and got it working today (now time to have a play).
when installing on fedora i found a few things that may be usefull for including in the README file
so the original commands for installing relavant libraries are:
sudo apt-get install g++
sudo apt-get install qt4-dev-tools
sudo apt-get install libusb-1.0.0-dev
and the commands under fedora ar
sudo yum install gcc-c++
sudo yum install qt-devel
sudo yum install libusb-devel
also you need to change line 3 of buildpixymon.sh to
qmake-qt4 pixymon.pro -o Makefile
hope this helps people out there
Simon