From 847f6b207c6c60d3feefa2d7d6c77f8a61e786bb Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 23 Oct 2002 19:34:08 +0000 Subject: [PATCH] Added links to SWIG Wiki Shared Library page. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4008 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- swigweb/tutorial.ht | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swigweb/tutorial.ht b/swigweb/tutorial.ht index 669b735da..500e24bed 100755 --- a/swigweb/tutorial.ht +++ b/swigweb/tutorial.ht @@ -53,7 +53,7 @@ extern char *get_time();

Building a Tcl module

-At the UNIX prompt, type the following (shown for Linux): +At the UNIX prompt, type the following (shown for Linux, see the SWIG Wiki Shared Libraries page for help with other operating systems):

@@ -83,7 +83,7 @@ the 'load' command.
 
 

Building a Python module

-Turning C code into a Python module is also easy. Simply do the following (shown for Irix): +Turning C code into a Python module is also easy. Simply do the following (shown for Irix, see the SWIG Wiki Shared Libraries page for help with other operating systems):
 
@@ -107,7 +107,7 @@ We can now use the Python module as follows :
  

Building a Perl module

-You can also build a Perl5 module as follows (shown for Solaris): +You can also build a Perl5 module as follows (shown for Solaris, see the SWIG Wiki Shared Libraries page for help with other operating systems):
 unix % swig -perl5 example.i
@@ -127,7 +127,7 @@ unix %
 

Building a Java module

-SWIG will also generate JNI code for accessing C/C++ code from Java. Here is an example building a Java module (shown for Cygwin): +SWIG will also generate JNI code for accessing C/C++ code from Java. Here is an example building a Java module (shown for Cygwin, see the SWIG Wiki Shared Libraries page for help with other operating systems):
 $ swig -java example.i