home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sources / 2523 / INSTALLATION < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.3 KB  |  28 lines

  1. To build workman, most people (OpenWindows users running SunOS 4.x)
  2. can just type "make".
  3.  
  4. The Makefile assumes that OPENWINHOME is set to the OpenWindows 3.x home
  5. directory.  Some tweaking will probably be required if you're not using
  6. OpenWindows; OPENWINHOME is used to locate the XView include files and
  7. libraries.
  8.  
  9. If you're compiling on Solaris 2, you'll want to uncomment the -DSYSV
  10. line at the top of the Makefile.  The biggest thing this does is enable
  11. a background process that is necessary if you don't want the CD to stop
  12. playing when you start workman.  (Use the "-o" option to prevent the
  13. background process from being spawned, even if you've compiled with
  14. -DSYSV.)
  15.  
  16. Once the executable is built, install it in your favorite directory
  17. for such things.  The file "workman.info" should be placed in the XView
  18. help directory, usually $OPENWINHOME/lib/help.  If you put it somewhere
  19. else, be sure to set your HELPPATH environment variable to point to that
  20. directory.  This is necessary if you want to use the Help key to see
  21. the controls' descriptions.  Run "make install" to install everything
  22. under $OPENWINHOME.  You will probably need to be root to do this.
  23.  
  24. Once all that's done, you're ready to rock and roll (or jazz, or...)
  25.  
  26. SunOS 4.x users may want to use the "-e" option; see the manual page for
  27. details.
  28.