can not build qtermwidget from source
问题 I'm trying to build qtermwidget from source, but it gives me error. I've successfully built lxqt-build-tools and then installed pyqt5 from both pip3 and apt: sudo -H pip3 install -U pyqt5 pyqtwebengine sudo apt install python3-sip-dev python3-pyqt5 and then I ran this: mkdir -p /tmp/EAF && cd /tmp/EAF git clone https://github.com/lxqt/qtermwidget cd qtermwidget mkdir build && cd build cmake .. -DQTERMWIDGET_BUILD_PYTHON_BINDING=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr and it