SWIG Compatibility

Compatibility

SWIG is known to work on the following platforms :

You can read the installation instructions included in the distribution here.

Supported Scripting Languages

The following scripting languages are currently supported Any newer versions of these languages should be assumed to be supported unless otherwise indicated.

Compilation Requirements

SWIG is implemented in C++ and is distributed in source form. You will need a working C++ compiler (i.e., g++) to build SWIG and at least one of the supported scripting languages to use it (or else it isn't going to be very useful). SWIG does not depend upon any of the supported scripting languages for its own compilation. Finally, although SWIG is written in C++, a C++ compiler is not required to use SWIG--it works just fine with both ANSI C and C++.