home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / Khoros / UMassCode / INSTALL < prev    next >
Text File  |  1993-05-11  |  2KB  |  48 lines

  1. To install the UMass tookbox, first make a toolbox directory:
  2.  
  3. % cd $KHOROS_HOME
  4. % mkdir UMassToolbox
  5.  
  6. Then enter this directory and unpack the toolbox tar file:
  7.  
  8. % cd UMassToolbox
  9. % zcat <whatever>/UMassKhorosToolbox.tar.Z | tar xvf -
  10.  
  11. Now you need to edit your khoros toolbox file and add a line like:
  12.  
  13. UMASS_TOOLBOX:<$KHOROS_HOME's value>/UMassToolbox:UMass Toolbox:This is the UMass toolbox:Robert Heller:$UMASS_TOOLBOX/repos/umass.info
  14.  
  15. (replace <$KHOROS_HOME's value> with the actual defination of KHOROS_HOME
  16. (full real path).)
  17.  
  18. Now you need to edit the toolbox config file:
  19.  
  20. $KHOROS_HOME/UMassToolbox/repos/config/src_conf/umass_toolbox_mf and 
  21. replace the full pathnames with the ones on your system.
  22.  
  23. Next you need to create a symbolic link for Imakefile in the src/Lib
  24. directory. In this directory are three Imakefiles:
  25.  
  26.     Imakefile.decmips -- for DEC Ultrix
  27.     Imakefile.sun      -- for sun3 and sun4 (SunOS)
  28. and    Imakefile.sgi     -- for IRIX
  29.  
  30. (If you system does not match any of these, you will need to create a
  31. new Imakefile.  The only thing different in these files is a -D option
  32. that is used by read_write_plane.c -- look in the include directory for
  33. llvs_plane.h and a system close to your system and make a new define
  34. (-D) option and add appropriate #ifdef/#endif with #defines section for
  35. your system.)
  36.  
  37. Now go to the top level of the source tree and type the commands:
  38.  
  39. % make Makefiles
  40. % make depend
  41. % make install
  42.  
  43. This should build everything.
  44.  
  45. Problems?  Send me, Robert Heller, mail at heller@cs.umass.edu.
  46.  
  47.  
  48.