short for | : | Simplified Wrapper and Interface Generator |
是什么 ? | : | a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua, Octave, R, Scheme, and Ocaml |
开发语言 | : | C++ |
官方主页 | : | http://www.swig.org |
源码仓库 | : | https://github.com/swig/swig |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install swig |
Windows | Chocolatey | choco install -y swig |
macOS | HomeBrew | brew install swig |
GNU/Linux | HomeBrew | brew install swig |
apt | sudo apt-get install -y swig | |
CentOS | yum | sudo yum install -y swig |
dnf | sudo dnf install -y swig | |
openSUSE | zypper | sudo zypper install -y swig |
Alpine Linux | apk | sudo apk add swig |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge swig |