一.参考github 介绍:https://github.com/openstf/minicap Requirements (前提) NDK, Revision 10e (May 2015) make (http://gnuwin32.sourceforge.net/packages/make.htm ,Setup program 会自带依赖库文件) android studio 下安装. Building(编译) We include libjpeg-turbo as a Git submo
Mesa10仍然支持Windwos/linux,但是编译方式已经不提供makefile或者workspace Building on windows requires several open-source packages. These aresteps that work as of this writing. - install python 2.7- install scons (latest)- install mingw, flex, and bison- install pywin
在windows平台上安装python c extension的扩展包是件很痛苦的事情,一般通过安装vc/vs系列来编译C扩展,不过安装包都比较大.或者通过mingw编译,不过有时会在兼容性上出现点问题. 有个好消息就是微软为Python提供了专用的编译器Microsoft Visual C++ Compiler for Python 2.7(包含32位和64位) 下载地址: http://aka.ms/vcpython27 提示:在此感谢@ThunderEX的提醒,setuptools 6.0