home *** CD-ROM | disk | FTP | other *** search
- There are a few ways to make xrotfont.
-
- 1) If you have `xmkmf', just type
-
- xmkmf
- make
- xrotfont
-
- 2) A Makefile is included which you could use if you ain't got
- xmkmf (it was built on a Solbourne running SunOS 4.1).
- Just type
-
- make
- xrotfont
-
- 3) I really haven't much idea about makefiles, so if the above don't
- work type
-
- cc -o xrotfont *.c -lX11 -lm -O
-
- Note that if your system doesn't have the `usleep()' function, add the
- flag -DNO_USLEEP to either DEFINES in the Makefile, or directly
- to the end of the command in (3).
-
- The program has been successfully compiled and run on HP9000s300
- and 800 machines running HP_UX, and a Solbourne running SunOS 4.1
-
-