platforms.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>[ GTL ] Supported Platforms</title>
  6. <link rev=made href="mailto:raitner@fmi.uni-passau.de">
  7. <meta name="keywords" content="STL,extension,development,graph,graphs,datastructures,graph algorithms,algorithms">
  8. <meta name="description" content="Extension of the STL by datastructures for graphs">
  9. <link rel=stylesheet href="style.css" type="text/css" media=screen>
  10. </head>
  11. <body>
  12. <p class="links">
  13. <a href="index.html">Home</a> |
  14. <a href="manual/index.html">Documentation</a> |
  15. <a href="register.html">Download</a> |
  16. Platforms |
  17. <a href="refer.html">Projects</a> |
  18. <a href="lists.html">Mailing Lists</a> |
  19. <a href="history.html">Version History</a>
  20. </p>
  21. <p><span class="heading"><a name="requ">{ Supported Platforms }</a></span>
  22. At the moment the following configurations are tested:
  23. </p>
  24. <ul class="top">
  25. <li>Windows XP using Visual Studio .NET</li>
  26. <li>Linux using gcc 3.x, 4.x</li>
  27. <li>Solaris using gcc 3.x, 4.x</li>
  28. <li>Mac OS X 10.2.x, 10.3.x, and 10.4.x</li>
  29. </ul>
  30. <p> GTL should basically compile on any platform with an recent gcc,
  31. i.e., at least 3.0, although we recommend at least version 3.1. If
  32. you suceed in compiling GTL on any platform not listed above,
  33. please send us a <a
  34. href="mailto:raitner@fmi.uni-passau.de">mail</a>.
  35. </p>
  36. <p class="links">
  37. <a href="http://www.uni-passau.de/">University of Passau</a>
  38. &nbsp;-&nbsp;
  39. <a href="http://www.fmi.uni-passau.de/">FMI</a>
  40. &nbsp;-&nbsp;
  41. <a href="http://www.fmi.uni-passau.de/fmi/lehrstuehle/brandenburg/">Theoretical
  42. Computer Science</a>
  43. </p>
  44. <div class="copyright">
  45. Design &copy; 2002--2005 <a href="mailto:raitner@fmi.uni-passau.de">Marcus Raitner</a>, University of Passau
  46. </div>
  47. </body>
  48. </html>
  49. <!-- ======================================================================
  50. End Of File
  51. ======================================================================= -->
  52. <!-- Local Variables: -->
  53. <!-- mode: html -->
  54. <!-- fill-column: 120 -->
  55. <!-- End: -->