home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / UNIX / Games / fortune-mod-9708-I / file < prev    next >
Encoding:
Text File  |  1997-12-08  |  1.0 KB  |  32 lines

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