1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<!---
N.B. The definitive Markdown source of this file is located in the
doc/wiki_source subdirectory of the PLplot source tree. So only use
the ctrl-v and delete capabilities of the GUI file editor at
SourceForge to make changes to the SourceForge version of this file,
where ctrl-v is used to complete a cut and paste from the definitive
version of this file in the PLplot source tree that is being edited
with your favorite file editor, and delete used to remove extraneous
unmodified text whose changed form has been copied with the cut and
paste.
-->
PLplot uses SWIG to generate bindings for Java (not currently available for modern MinGW, but promised for the future), Python, and Lua.
Download <http://prdownloads.sourceforge.net/swig/swigwin/swigwin-1.3.40/swigwin-1.3.40.zip> and unpack it. The result is a subdirectory called swigwin-1.3.40 in your current location. To give access to swig from the PLplot CMake-based build system, put that subdirectory on your PATH.
The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).
|