home *** CD-ROM | disk | FTP | other *** search
- diff -urN ../old/README.NeXT ./README.NeXT
- --- ../old/README.NeXT Wed Dec 31 18:00:00 1969
- +++ ./README.NeXT Mon Dec 8 17:24:20 1997
- @@ -0,0 +1,27 @@
- +11-19-1997 (year 2000 compliant hehe):
- +
- +Before you go any further, consult the original documentation.
- +
- +I managed to compile this on OPENSTEP 4.2.
- + All warnings have been squashed.
- +
- +Make the following changes to the Makefile
- + 1) change CC to cc instead of gcc
- + (unless you have gcc installed and want to use it)
- + 2) remove -fomit-frame-pointer from CFLAGS, it appears
- + something in OPENSTEP doesn't like it.
- + 3) remove -s from LDFLAGS.
- + 4) either install GNU install or change the installation
- + targets to remove the install command to create the directories
- + and manually create the directories.
- +
- +Under NEXTSTEP 3.x, steps 2 and 3 can be omitted and it should theoretically
- + compile.
- +
- +Double check the path variables at the beginning of the Makefile
- +
- +This is currently compiled for Intel only.
- +
- +If there are any problems, let me know.
- +
- +Andy Wang <awang@plains.nodak.edu>
-