123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>[ GTL ] Supported Platforms</title>
- <link rev=made href="mailto:raitner@fmi.uni-passau.de">
- <meta name="keywords" content="STL,extension,development,graph,graphs,datastructures,graph algorithms,algorithms">
- <meta name="description" content="Extension of the STL by datastructures for graphs">
- <link rel=stylesheet href="style.css" type="text/css" media=screen>
- </head>
- <body>
- <p class="links">
- <a href="index.html">Home</a> |
- <a href="manual/index.html">Documentation</a> |
- <a href="register.html">Download</a> |
- Platforms |
- <a href="refer.html">Projects</a> |
- <a href="lists.html">Mailing Lists</a> |
- <a href="history.html">Version History</a>
- </p>
- <p><span class="heading"><a name="requ">{ Supported Platforms }</a></span>
- At the moment the following configurations are tested:
- </p>
- <ul class="top">
- <li>Windows XP using Visual Studio .NET</li>
- <li>Linux using gcc 3.x, 4.x</li>
- <li>Solaris using gcc 3.x, 4.x</li>
- <li>Mac OS X 10.2.x, 10.3.x, and 10.4.x</li>
- </ul>
- <p> GTL should basically compile on any platform with an recent gcc,
- i.e., at least 3.0, although we recommend at least version 3.1. If
- you suceed in compiling GTL on any platform not listed above,
- please send us a <a
- href="mailto:raitner@fmi.uni-passau.de">mail</a>.
- </p>
- <p class="links">
- <a href="http://www.uni-passau.de/">University of Passau</a>
- -
- <a href="http://www.fmi.uni-passau.de/">FMI</a>
- -
- <a href="http://www.fmi.uni-passau.de/fmi/lehrstuehle/brandenburg/">Theoretical
- Computer Science</a>
- </p>
- <div class="copyright">
- Design © 2002--2005 <a href="mailto:raitner@fmi.uni-passau.de">Marcus Raitner</a>, University of Passau
- </div>
- </body>
- </html>
- <!-- ======================================================================
- End Of File
- ======================================================================= -->
- <!-- Local Variables: -->
- <!-- mode: html -->
- <!-- fill-column: 120 -->
- <!-- End: -->
|