How to install SWIG on Linux centos [closed]

╄→尐↘猪︶ㄣ 提交于 2019-12-08 17:11:54

问题


I want to install SWIG on My linux server to test some stuff.

How can install that


回答1:


You have a few options. The easiest is to check for a binary package in the CentOS repository.

sudo yum install swig

Alternatively, you can download SWIG from http://www.swig.org/download.html, untar it, ./configure, make, sudo make install and you're done.

Of course, finding the proper dependencies may be a little difficult, but with a little bit of Google-fu, you'll find what you need.



来源:https://stackoverflow.com/questions/3050520/how-to-install-swig-on-linux-centos

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!