README.old 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. NCSA Mosaic for the X Window System Version 2.6
  2. ===============================================
  3. Welcome to NCSA Mosaic for the X Window System 2.6!
  4. This README details installation steps.
  5. More complete information and documentation on NCSA Mosaic is
  6. available online, via NCSA Mosaic.
  7. Binaries
  8. --------
  9. NCSA Mosaic is known to compile on the following platforms:
  10. SGI (IRIX 4.0.x and 5.x)
  11. IBM (AIX 3.2.4)
  12. Sun (SunOS 4.1.3, 5.3, and 5.4 (Solaris))
  13. DECstation 5000-200 (Ultrix 4.x)
  14. DEC Alpha (OSF/1 1.3 and 3.0)
  15. Hewlett Packard (HP/UX 7.x, 8.x, 9.x)
  16. Pentium (Linux 1.1.94)
  17. Binaries for these platforms (and possibly others) are available on
  18. ftp.ncsa.uiuc.edu in /Mosaic/Unix/binaries/
  19. If you have to make nontrivial changes to NCSA Mosaic to get it to
  20. compile on a particular platform, please send a set of context diffs
  21. (e.g., 'diff -c oldfile newfile') to mosaic-x@ncsa.uiuc.edu.
  22. Installation Instructions
  23. -------------------------
  24. Simply examine the toplevel Makefile, change the appropriate
  25. customizable options, and type 'make'.
  26. The final result is a single independent executable, src/Mosaic.
  27. (The Makefile.[sun,dec,ibm,alpha,etc.] files are the Makefiles we use
  28. locally for compilation on various platforms; they will almost
  29. certainly NOT WORK for you without modification. We recommend you
  30. start with the stock Makefile and make modifications as necessary to
  31. avoid confusion.)
  32. There is one tricky thing:
  33. -- You have the option of compiling in support for NCSA HDF, a
  34. platform-independent hierarchical scientific data format, and NCSA
  35. DTM, a network-based message-passing protocol useful for exchanging
  36. scientific data between applications. If you compile one of them
  37. in, you should compile both of them in.
  38. If you don't already know what HDF and DTM are and want to compile
  39. Mosaic quickly, forget about them for the time being -- you can
  40. always recompile later.
  41. The DTM library is in subdirectory libdtm. The HDF library must be
  42. obtained separately from ftp.ncsa.uiuc.edu in /HDF; get version
  43. 4.0b1 or later. Set the various options in the Makefile to point
  44. to all the right places, and you should be set.
  45. NOTE: Nothing less than 4.0b1 will work.
  46. After You Have Compiled
  47. -----------------------
  48. If you do not normally run Motif on your system (e.g., if you run Sun
  49. OpenWindows instead), then you may get a whole bunch of run-time
  50. errors about translations when you start Mosaic.
  51. If this happens, copy the file XKeysymDB (included in this directory)
  52. to /usr/lib/X11. (If you compile Mosaic yourself, you may need to
  53. place this file elsewhere, depending on your X configuration.) See
  54. the FAQ list online for more information.
  55. X Defaults
  56. ----------
  57. NCSA Mosaic includes sets of fallback X resources that provide
  58. reasonable screen display properties for three configurations: color,
  59. monochrome, and color SGI. (Color SGI has its own configuration since
  60. SGI systems commonly use a gamma correction factor of 1.7, which makes
  61. their screens brighter than usual.)
  62. If you compile NCSA Mosaic out of the box, or if you download a binary
  63. from ftp.ncsa.uiuc.edu, the default resources will be for a color
  64. display (or, if you compile on an SGI, the default will be for color
  65. SGI). See the Makefile for information on how to have monochrome
  66. resources by default. On the command line, the flags '-mono' and
  67. '-color' allow you to switch resource configurations at runtime.
  68. For your convenience, three corresponding X app-defaults files are
  69. included in this distribution: app-defaults.color,
  70. app-defaults.color-sgi, and app-defaults.mono.
  71. Bug Reports and Comments
  72. ------------------------
  73. Bug reports and other comments can be sent to mosaic-x@ncsa.uiuc.edu.
  74. If you find NCSA Mosaic useful or particularly interesting, please
  75. also send us a note -- continued development of this project partially
  76. depends on user feedback and support.
  77. --
  78. =============================================================================
  79. Scott Powers spowers@ncsa.uiuc.edu \ The N.C.S.A. X Mosaic
  80. Kristin Buxton kbuxton@uiuc.edu \ Development Team
  81. Dan Pape dpape@ncsa.uiuc.edu >
  82. Tommy Reilly tpreilly@uiuc.edu / Comments? Suggestions? Problems?
  83. Brian Swetland swetland@uiuc.edu / mosaic-x@ncsa.uiuc.edu
  84. =============================================================================
  85. Software Development Group
  86. National Center for Supercomputing Applications