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();
@@ -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