home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / misc / 5156 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.3 KB

  1. Path: sparky!uunet!mcsun!uknet!pavo.csi.cam.ac.uk!camcus!tda10
  2. From: tda10@cus.cam.ac.uk (Tim)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: compiling X sources
  5. Message-ID: <1992Nov8.223315.14353@infodev.cam.ac.uk>
  6. Date: 8 Nov 92 22:33:15 GMT
  7. References: <1chk2sINNlgl@usenet.INS.CWRU.Edu>
  8. Sender: news@infodev.cam.ac.uk (USENET news)
  9. Organization: U of Cambridge, England
  10. Lines: 23
  11. Nntp-Posting-Host: apus.cus.cam.ac.uk
  12.  
  13. In article <1chk2sINNlgl@usenet.INS.CWRU.Edu>, at018@cleveland.Freenet.Edu (Dale Houston) writes:
  14. |> 
  15. |> Is there an FAQ list somehwere that will tell me how to compile and
  16. |> imake under OpenWindows when you're. Most PD X software expects the X
  17. |> distribution to be somehwere other than where Sun puts it and the whole
  18. |> thing has me confused. any help would be appreciated....
  19.  
  20. My guess is that you have OpenWindows 2 or less.  This provides a fairly minimal
  21. X11 installation.  I strongly recommend that you obtain OpenWindows version 3. 
  22. This provides most of the tools assumed by PD X11.  A better solution would be to
  23. get the MIT distribution itself, but that's a bigger decision.
  24.  
  25. A reasonably complete X11 installation ought to make PD software building and
  26. installation, on your own workstation, as easy as:
  27.  
  28. Read the README
  29. Check the Imakefile
  30. xmkmf (possibly -a if the package is complex)
  31. make
  32. make install
  33. make install.man
  34.  
  35. Tim.
  36.