PLATFORMS 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [Created from Graphlet/platforms.html]
  2. Platforms and Required Software
  3. Operating Systems
  4. We use Graphlet on the following operating systems:
  5. Solaris
  6. 2.5, 2.4
  7. SunOS
  8. 4.1.3
  9. Linux
  10. all
  11. Microsoft Windows
  12. 95, NT
  13. We estimate that Graphlet can be ported to all platforms that are
  14. supported by Tcl/Tk and LEDA. Even if your configurations is not
  15. listed here, Graphlet might run without or with only a few
  16. modifications.
  17. Please notify us at graphlet@fmi.uni-passau.de if you succeed or fail
  18. to install Graphlet on a particular platform.
  19. Required Software
  20. Graphlet is designed to be portable and should run on most systems
  21. without or with only few modifications. As a rule of thumb, the
  22. requiremed software to install Graphlet is
  23. UNIX Binaries
  24. X Window System
  25. Windows Binaries
  26. Tcl/Tk
  27. Source Code
  28. GNU zip
  29. GNU make
  30. SUN CC 4.1, GNU g+ 2.7.*
  31. Tcl 7.6 / Tk 4.2
  32. LEDA 3.4.*
  33. Documentation
  34. Postscript Printer, LaTeX2e
  35. LEDA
  36. Graphlet needs LEDA version 3.4 or higher. Earlier version of LEDA
  37. cannot be supported because of bugs in LEDA. LEDA is available from
  38. MPI Saarbrücken, at http://www.mpi-sb.mpg.de/LEDA/leda.html.
  39. The binary distribution is statically linked with LEDA and does not
  40. require a separate LEDA installation.
  41. Tcl/Tk
  42. Graphlet works with the following Tcl/Tk 7.6/4.2 or higher (alpha
  43. releases of Tcl/Tk 8 work according to our tests). Earlier versions
  44. will not work with the current releases. We recommend getting the
  45. latest releases.
  46. Tcl/Tk is available from from Sun Microsystems Laboratories at
  47. http://www.sunlabs.com:80/research/tcl.
  48. The binary distribution for UNIX is statically linked with Tcl/Tk and
  49. does not require a separate Tcl/Tk installation. The Windows version
  50. needs a separate Tcl/Tk installation for technical purposes.
  51. Perl
  52. perl release 5 is required for some optional tools included with
  53. Graphlet. If you plan to develop Graphlet modules, we recommend using
  54. perl instead of tools like awk and sed. Graphlet's Coding Standards
  55. even require that. We chose this approach since perl scripts are much
  56. more portable than awk or sed scripts. In any case, the source code
  57. distribution will always compile without perl.
  58. Perl is available from http://www.perl.com.
  59. Disk space
  60. Currently, the installed system requires about 5-10 Mb disk space. The
  61. source code distribution needs about 20-30 Mb for the compilation.
  62. Future versions will likely require more space.
  63. _________________________________________________________________
  64. About the Graphlet Website