如何交叉编译arm-linux版本的wxPython-4.x
================================
本机编译是这样的,编译顺利通过,交叉编译如何写,工具链已装好
cd wxPython-4.0.1
pip3 install -r requirements.txt
python3 build.py build bdist_wheel --jobs=2 --gtk3
如何交叉编译arm-linux版本的wxPython-4.x
================================
本机编译是这样的,编译顺利通过,交叉编译如何写,工具链已装好
cd wxPython-4.0.1
pip3 install -r requirements.txt
python3 build.py build bdist_wheel --jobs=2 --gtk3
参考一下:https://blog.csdn.net/zenglaoshi/article/details/107376155
如果对你有帮助,可以点击我这个回答右上方的【采纳】按钮,给我个采纳吗,谢谢