How to install SWIG on Linux centos -


I want to install SWIG on my Linux server to test some stuff.

How to install it

You have some options, the easiest way Investigate a binary package in CentOS's stores.

  sudo yum install swig.i386  

Alternatively, you can download it from SWIG, ./configure, create, install, install Do it and you have done

Of course, finding the right dependency can be very difficult, but with a little Google-fu, what do you want?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -