machinekit / QtQuickVcp

A Virtual Control Panel for Machinekit written in Qt/C++/QML
Other
128 stars 74 forks source link

Question about 32 bit pc's and QtQuickVCP minmal version #168

Closed luminize closed 7 years ago

luminize commented 7 years ago

I have a PC with a 32 bit installation. I noticed that the latest 32 bit Qt only goes as far as Qt 5.5 which has QtQuick 1. Is this usable for QtQuickVCP? Is there a minimal version needed?

machinekoder commented 7 years ago

The Qt SDK has been dropped for 32bit Linux due to the small number of users. However, you can compile Qt yourself or use the packages from your Linux distribution.

If you have a working recipe to build Qt for 32 bit Linux then I can also integrate it into the build system. The dependencies are usually minimal: http://doc.qt.io/qt-5/linux-building.html

luminize commented 7 years ago

ok, I guess it will be in the end easier if I install the 64 bit OS. Than I can use the binary build of my application.

Thanks