home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / MotifApp / SCO-README < prev   
Encoding:
Text File  |  1995-05-03  |  581 b   |  23 lines

  1. Very few changes were needed to port this software to SCO.
  2. I've redone the makefile structure so that:
  3.  
  4.     1) installation paths, etc. are in one file (make.cfg)
  5.     2) it is possible to just build and install the library
  6.  
  7. I've also changed the model for linking against the library.
  8. You should explicitly include MotifAppMain.o on the link line.
  9.  
  10. See the $(LIBS) line in make.cfg for details.
  11.  
  12. To build this:
  13.  
  14. edit make.cfg as appropriate
  15. make install
  16.  
  17. make all builds the example programs in all the directories
  18. except Extras.  It uses a lot of disk space 30MB+
  19.  
  20. Tom Kelly
  21. July 1993
  22.  
  23.