home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Linux / Libs / bxform.txt < prev    next >
Text File  |  1998-02-26  |  3KB  |  79 lines

  1.  
  2. This is the binary distribution of XForms, a graphical user interface
  3. toolkit for X Window Systems. It should work under X11 R4, R5 & R6.
  4. XForms is free and unrestricted for non-commercial and non-profit use.
  5. For commercial use, including in-house and consulting, please
  6. contact xforms@world.std.com for licensing info.
  7.  
  8. Shared library may or may not be provided. If it is not,
  9. that means your platform probably does not support it or 
  10. I don't know how to make it.
  11.  
  12. Depending on platforms and ld, you probably will have to move
  13. the shared library out of FORMS/ to make the demos, or set
  14. LD_LIBRARY_PATH (or LD_RUN_PATH on OpenBSD/pmax) to include FORMS/
  15.  
  16. Some of the demos won't compile without the xpm library. You can
  17. get it from ftp://avahi.inria.fr/pub/xpm or ftp://ftp.x.org/contrib.
  18.  
  19. OpenGL/Mesa stuff:
  20.  
  21. On some platforms, the mesa support is in the static library, 
  22. but may not be in the shared library. If you would like to add 
  23. it to the shared libary, you can do so by extract everything
  24. from the static library libforms.a and re-make the shared
  25. library or compiling FORMS/gl.c and put it in the shared library. 
  26. Take a look at mkconfig.h to see how to make the shared library.
  27.  
  28. NOTE: On SGI, the OpenGL support (gl.o, that is) was compiled using
  29.       the real thing. One other platforms, it was compiled
  30.       using mesa. If your platform is not sgi and you have
  31.       real OpenGL, you *must* remove gl.o from the library
  32.       and re-compile FORMS/gl.c using the real OpenGL headers.
  33.  
  34. -----------
  35. All changes should be made to mkconfig.h and they will propagate
  36. to other makefiles.
  37.  
  38.  
  39. DEMOS/  contains a menu driven demo/test suite. Type make to generate
  40.         all the executables. program DEMOS/demo is the master driver.
  41.         (only if "current directory" . is on your path).
  42.  
  43.         If you're using the shared lib, you don't need to have
  44.         -lXpm to compile as it is stuffed inside the shared lib.
  45.  
  46.         If you're using static lib, some of the demos won't link
  47.         without -lXpm
  48.  
  49. FORMS/  contains the library and necessary headers, which can be
  50.         installed by typing make install.
  51.  
  52.         gl.c and mesa.c are sample implementations of specialized
  53.         canvases.
  54.  
  55. DESIGN/ contains a GUI builder that helps you design interaction
  56.         dialogs interactively and write the form generation C code.
  57.  
  58. Documentation on XForms is available from einstein.phys.uwm.edu /pub/xforms
  59. via anonymous ftp.
  60.  
  61. The entire XForms distribution plus the latest info is accessible via
  62. http://bragg.phys.uwm.edu/xforms or  http://bloch.phys.uwm.edu/xforms 
  63.  
  64. There is also a mailing list for XForms. Send a message
  65. to xforms-request@bob.usuf2.usuhs.mil with one of the 
  66. following commands
  67.  
  68.   subscribe   xforms
  69.   unsubscribe xforms
  70.  
  71. to get on and off the list.
  72.  
  73. To use the mailing list, send your message to
  74.   xforms@bob.usuf2.usuhs.mil
  75.  
  76. Remember your message will be sent to many people. Please DO NOT
  77. send subscribe/unsubscribe messages to the list, send it to
  78. xforms-request@bob.usuf2.usuhs.mil
  79.