cd Qt4Qt5
qmake qscintilla.pro
make
sudo make install
如果报错qmake: could not find a Qt installation of '',解决方法
先不进入python文件夹,先安装sip PyQt5
如果是PyQt4,忽略下面这步
vim configure.py
将里面PyQt4 逐个替换成PyQt5,否则报错没有该文件
开始安装
python configure.py
make
make install
cd Qt4Qt5
qmake qscintilla.pro
make
sudo make install
如果报错qmake: could not find a Qt installation of '',解决方法
先不进入python文件夹,先安装sip PyQt5
如果是PyQt4,忽略下面这步
vim configure.py
将里面PyQt4 逐个替换成PyQt5,否则报错没有该文件
开始安装
python configure.py
make
make install
本文标题:安装QScintilla
本文链接:https://www.haomeiwen.com/subject/ebwxtttx.html
网友评论