-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
This is an issue thats been around for a while but when setting up a RIP system, if you use the Debian way to obtain dependencies, the following QTPVCP dependencies are not installed and it becomes a bit of a puzzle to find them
#QTPYVCP dependencies
python3-pyqt5
python3-pyqt5.qtwebengine
python3-pyqt5.qtsql
python3-poppler-qt5
python3-numpy
python3-scipy
python3-matplotlib
sqlite3
libsqlite3-dev
sqlitebrowser
python3-pyqt6.qtsvg
pyqt5-dev-tools
Also to open linuxcnc axis, I needed to add these dependencies.
python3-tk
bwidget
python3-opengl
libgl1-mesa-dev
libglib2.0-0
python3-numpy
Shouldn't all of these be marked as dependencies and flagged during the build process when QTVCP is part od our distribution?
Yeh, I know, not everybody starts from scratch using linuxcnc-live-build to build a custom installer but this is what I had to install after a succesful RIP build in the script environmrnt. There is probably more.