开发者

How to install SWIG on Linux centos [closed]

Closed. This question is off-topic. It is not currently accepting answers.
开发者_高级运维

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

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

How can install that


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜