SWIG简单介绍和安装到WINDOWS

参考这篇文章:https://blog.csdn.net/mergerly/article/details/78910722

以及:https://www.cnblogs.com/dda9/p/8612068.html

Install Swig with Python Support

  1. Download a SWIG Zip for Windows.
  2. Extract the Zip in a desired installation directory.
  3. Add the installation directory you extracted to your PATH.

1.下载  地址:https://sourceforge.net/projects/swig/files/

2.解压,配置环境变量PATH

3.测试:

SWIG简单介绍和安装到WINDOWS_第1张图片

 

你可能感兴趣的:(Python,C++)