Howdy all!
Running Mint 17 64 bit (MATE)
I did the instructions for ubuntu from README.linux:
~ $ sudo apt-get install g++
~ $ sudo apt-get install qt4-dev-tools
~ $ sudo apt-get install libusb-1.0.0-dev
But I get an error next step:
~/Downloads/pixymon $ ./buildpixymon.sh
Building for linux
./buildpixymon.sh: line 15: qmake-qt4: command not found
make: Entering directory /home/.../Downloads/pixymon/src/host/pixymon' make: *** No targets specified and no makefile found. Stop. make: Leaving directory
/home/…/Downloads/pixymon/src/host/pixymon’
mkdir: cannot create directory ‘bin’: File exists
cp: cannot stat ‘src/host/pixymon/PixyMon’: No such file or directory
strip: ‘bin/PixyMon’: No such file
other posts for qmake-qt4 errors suggest:
~ $ which qmake
/usr/bin/qmake
~ $ ls -al /usr/bin/qmake
lrwxrwxrwx 1 root root 9 Apr 12 19:42 /usr/bin/qmake -> qtchooser
~ $ update-alternatives --list qmake
update-alternatives: error: no alternatives for qmake
what am I missing?
Thanks!