#pragma section-numbers off
[[TableOfContents]]

= 概要 =
BSD Style License

= URL =
http://www.swig.org/

http://swig-jp.dyndns.org/

[http://sourceforge.net/projects/swig/ SourceForge.net: SWIG]

= インストール =
{{{
./configure --with-python=/usr/local/bin/python
make 
make runtime
sudo make install
sudo make install-runtime
}}}

== MacSWIG ==
Carbon版のSWIGです。ライセンスがGPLになっているので御注意ください。

http://webperso.easyconnect.fr/bdesgraupes/macswig.html

http://webperso.easyconnect.fr/bdesgraupes/Downloads/

= インストール =

= 設定 =

= 利用方法 =

= 参考サイト =
 * [http://d.hatena.ne.jp/Wacky/20081123/1227462102 SWIG]

----
CategoryProgramingTools