PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/index.html

#
HTML | 52 lines | 39 code | 13 blank | 0 comment | 0 complexity | 48d68af2996d5f7a925c65cf63e16d50 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <html>
  2. <head>
  3. <title>SWIG Examples</title>
  4. </head>
  5. <body bgcolor="#ffffff">
  6. <H1>SWIG Examples</H1>
  7. <p>
  8. Welcome to the browsable SWIG Examples directory. This directory contains a
  9. collection of examples that illustrate various SWIG features for a variety
  10. of target languages. First, it is important to cover a few preliminaries:
  11. <ul>
  12. <li>All of the examples depend on the file <tt>Examples/Makefile</tt>
  13. found within the SWIG distribution. This file is created by
  14. 'configure' and usually requires no modifications. However, if you
  15. have an usual installation of packages or experience compilation
  16. problems, you may need to make a few modifications.
  17. <p>
  18. <li>The examples directory is a work in progress and will probably remain
  19. somewhat incomplete. At this time, the Examples directory is somewhat sparse
  20. since it is being rewritten and reoganized.
  21. <p>
  22. <li>
  23. The SWIG user manual also contains a large variety of examples.
  24. </ul>
  25. <h2>Fundamentals</h2>
  26. Follow one of these links to see some simple examples for a specific target
  27. language:
  28. <ul>
  29. <li><a href="python/index.html">Python</a>
  30. <li><a href="perl5/index.html">Perl5</a>
  31. <li><a href="tcl/index.html">Tcl</a>
  32. <li><a href="guile/">Guile</a>
  33. <li><a href="java/index.html">Java</a>
  34. <li><a href="mzscheme">Mzscheme</a>
  35. <li><a href="ruby/index.html">Ruby</a>
  36. </ul>
  37. If your target platform is Windows, make sure you also see the <a href="../Doc/Manual/Windows.html">Windows</a> page in the main manual.
  38. </body>
  39. </html>