home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / X11 / server / MouseX / imake.README < prev    next >
Encoding:
Text File  |  1993-10-29  |  760 b   |  21 lines

  1.         ###### README file for NeXT imake ######
  2.  
  3. The file UseThis_imake.tar.Z is for those who grabbed the developers
  4. suppliment prior to my replacing the version in the distribution some months
  5. ago.  If you dont have problems with xmkmf, dont bother with that file.
  6.  
  7. To use imake to generate Makefiles (via xmkmf or 'make Makefile') on the NeXT,
  8. you *will* have to do the following after installing the distribution and 
  9. creating the necessary links to /usr/bin, etc.:
  10.  
  11. In your .login file or .cshrc file, put a line that says:
  12.  
  13.     setenv IMAKECPP /usr/bin/X11/imake-cpp
  14.  
  15. This will cause imake to use this special preprocessor when you run xmkmf or
  16. "make Makefiles".  If you dont do this you will often get fatal errors when
  17. attempting to run xmkmf.
  18.  
  19. Douglas Scott
  20.  
  21.