I want to install SWIG on My linux server to test some stuff.
How can install that
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have a few options. The easiest is to check for a binary package in the CentOS repository.
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.