home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gina15.zip / README < prev    next >
Text File  |  1992-02-27  |  2KB  |  47 lines

  1. This software is the GINA++ Application Framework. It uses C++ as the 
  2. programming language and OSF/Motif and X11 for the user interface.
  3.  
  4. THIS IS VERSION 1.2
  5.  
  6. The software is publicly available by anonymous ftp from ftp.gmd.de
  7. The complete system is stored in /gmd/gina/GINA++1.3.tar.Z
  8. Please read the COPYRIGHT file for details.
  9.  
  10. Software requirements:
  11.     X11R4 Xlib and Xt libraies with patchlevel 18
  12.     Motif 1.1.3 libraries and headers
  13.     AT&T C++ 2.0 or 2.1
  14.  
  15. The software has been tested on Sun Sparcstations with SunOS 4.1
  16.  
  17. The software does not compile with GNU g++, but is supposed to be easily 
  18. portable. If you are doing a port, we are interested in getting the changes!
  19. The software also does not run with Motif versions earlier than 1.1.3 !!!
  20.  
  21. Installation:
  22.  
  23.     - Unpack the tar file
  24.     - Edit the pathnames in the Makefiles
  25.     - call make.
  26.     - Run periodic and gredit to test the installation.
  27.  
  28. The documentation is contained in doc/ug.ps. An example application for using
  29. the OSF/Motif encapsulation could be found in demos/periodic.C Examples for
  30. using the GINA++ framework can be found in demos/gredit, demos/clock etc.
  31.  
  32. We are REALLY interested in your opinion about this software. Please send
  33. bug reports, suggestions, enhancements, etc. to baecker@gmdzi.gmd.de
  34.  
  35. The subdirectories contain  the following stuff:
  36.  
  37. ./bin:       binaries of the demos applications
  38. ./demos:     Source and Makefiles of the demos applications
  39. ./documents: sample documents for the demo applications
  40. ./include/Gina: Gina include files
  41. ./lib:       GINA++ shared and static libraries
  42. ./sample:    sample GINA++ application and Makefile
  43. ./src:       Implementation of the GINA++ framework classes
  44. ./widgets:   Implementation of the GINA++ widget classes and aux. classes
  45. ./doc:       Documentation 
  46.     ./doc/ug.pos and ./doc/ur.ps : Documentation
  47.