Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
windows平台  
1. vs2019
2. 需要安装本地py,并且把py的目录添加到工程中, 工程默认使用py目录为"D:\Python37\include"

linux平台
1. gcc 8.3.1, 需要支持c++11.
2. 安装本地py, 并在makefile中指定你py的目录, 工程默认使用py目录为"/usr/python3/include/python3.6m"