开发者

How to install SWIG on Linux centos [closed]

开发者 https://www.devze.com 2023-01-03 19:49 出处:网络
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. 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

精彩评论

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