Skip to content Skip to sidebar Skip to footer

Error While Make For Pyotherside

I want to install pyotherside for my ubuntu 14.10, so I did: git clone https://github.com/thp/pyotherside.git cd pyotherside sudo qmake which succeeds, but when I do: sudo make i

Solution 1:

I figured it out afterwards.

Ubuntu 14.10 has a QT5 already installed, but it is QT5.0 and you should manually change to QT5.4 you installed.

sudo home/X/Qt/5.4/gcc_64/bin/qmake

This works perfectly.

Post a Comment for "Error While Make For Pyotherside"