home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / xrotfont / part01 / README.make < prev    next >
Encoding:
Text File  |  1992-07-14  |  739 b   |  28 lines

  1.    There are a few ways to make xrotfont.
  2.  
  3.    1) If you have `xmkmf', just type
  4.  
  5.        xmkmf
  6.        make
  7.        xrotfont
  8.  
  9.    2) A Makefile is included which you could use if you ain't got
  10.        xmkmf (it was built on a Solbourne running SunOS 4.1).
  11.        Just type
  12.  
  13.       make
  14.       xrotfont
  15.  
  16.    3) I really haven't much idea about makefiles, so if the above don't
  17.        work type
  18.  
  19.       cc -o xrotfont *.c -lX11 -lm -O
  20.  
  21.    Note that if your system doesn't have the `usleep()' function, add the
  22. flag   -DNO_USLEEP   to either DEFINES in the Makefile, or directly
  23. to the end of the command in (3).
  24.  
  25.    The program has been successfully compiled and run on HP9000s300
  26. and 800 machines running HP_UX, and a Solbourne running SunOS 4.1
  27.  
  28.