pybuild:一个从源代码构建python 3的python 3脚本

时间:2024-03-06 06:28:10
【文件属性】:

文件名称:pybuild:一个从源代码构建python 3的python 3脚本

文件大小:41KB

文件格式:ZIP

更新时间:2024-03-06 06:28:10

Makefile

pybuild 从源代码构建python3的python3脚本(当前用于macos) 特征 从python.org下载python源,并根据macos的“静态”,“共享”和“框架”变体进行构建。 提供一个选项来修补python源以专门构建 最终,Windows构建也应该很简单。 用法 $ python pybuild.py --help usage: pybuild.py [-h] [-v] {framework,shared,static} ... pybuild: builds python from src optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit


【文件预览】:
pybuild-main
----pybuild.py(27KB)
----tests()
--------static()
----LICENSE(7KB)
----.gitignore(2KB)
----patch()
--------Setup-3.8.7-3.9.1.diff(895B)
--------3.9()
--------3.8()
--------README.md(273B)
----README.md(2KB)

网友评论