Denvi/FlatCAM

QT4 is a must?

pauledd opened this issue · 1 comments

Hi

I tried to build FlatCam on my Gentoo Linux but I had to find out Gentoo Linux does officially not support Qt4 (and pyqt4) anymore in their package manager. So QT4 is a must dependency to build FlatCam?

Solved! I can now successfully start FlatCam on Gentoo by just running "python FlatCAM.py" and installing missing dependencies by hand via "pip install --user ..."