File started by svalente 11/10/93 4:39am How to build xview on athena: 1) Set up the config files in /mit/xview/lib/config/ 2) cd /mit/xview/src 3) setenv IMAKEINCLUDE '-I/usr/athena/lib/X11/config -I/mit/xview/lib/config -DUseInstalled' For SGI, remove the /athena/. 4) Do not type: setenv OPENWINHOME /mit/xview This would be necessary, but I realized it can be avoided by setting it at the top of /afs/sipb/project/xview/lib/config/XView.cf. Look at that file to see what I mean. 5) imake 6) Supposedly, the correct thing to type now is "make World". If you want to save some time by skipping the "make depend" part of "make World", try the following set of commands instead: make Makefiles make clean make includes make all 7) To install the libraries: I dont know, it hasn't finished building yet, and I'm tired and going home to sleep. I'll try to finish up tomorrow. "make install" may or may not do the right thing.