home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / smalltk / readme next >
Text File  |  1991-10-12  |  2KB  |  57 lines

  1. This is Little Smalltalk version 3 for an IBM PC.
  2.  
  3. The source is by Tim Budd. The document reformatting and makefile
  4. hacking is by Daniel Simmons.  The executables were compiled with
  5. Borland C++.  I took the source code distribution straight from cs.orst.edu,
  6. sent the two documentation files through nroff -a -ms > *.txt, loaded the
  7. text files into Wordperfect and edited them to print nicely on my Oki 390,
  8. hacked the makefile (assumes borland c++ is in the directory c:\cpp, and
  9. turbo c ver. 2.0 is in c:\turboc), and compiled the things.
  10.  
  11. Everywhere that I modified a file, the old file is present as well with the
  12. same name and the extension ".old"  (That includes this readme file.)  I
  13. seem to have lost the original documentation files, and I'm too lazy to go
  14. ftp them again.  But, everything else should be complete.
  15.  
  16. To make the source yourself with Borland C++, switch into the directory:
  17. ~\src and type "make bc++"  Alternatively, you can type "make ibmturboc" if
  18. you have Turbo C ver. 2.0 or something like that.  If you really want this
  19. to work on some other system, you probably have to edit the files.  I would
  20. recommend getting the stuff straight from the horses mouth at Oregon State.
  21. (ftp cs.orst.edu, directory: pub/budd)
  22.  
  23. I'm distributing this simply because I was very dissapointed when I got
  24. the little smalltalk from wuarchive in ~\mirrors\msdos\smalltalk and it
  25. wouldn't run on my system.  (I still haven't bothered to take the time and
  26. figure out why.)  This is version 3, which I gather is considerably improved
  27. in the area of portability over version 1 (which I believe is what is at
  28. wuarchive).  So, hopefully this will work for others.
  29.  
  30.  
  31. Daniel Simmons
  32.  
  33. dsimmons@cs.cornell.edu
  34. simmonsd@csc.isu.edu
  35. compuserve: <some id I can't remember, because I never use it anymore...>
  36.  
  37. 2301 Diane Lane
  38. Pocatello, Idaho  83201
  39.  
  40. (208) 237-5709
  41.  
  42.  
  43.  
  44. NOTE: This code was put in the public domain by the author Tim Budd.  I
  45. have made no real contribution to the code, and I actually have not used
  46. it much yet.  Send your questions to him (or me, but I probably can't
  47. answer them), or better yet post them on Comp.Lang.Smalltalk.  I make
  48. no guarantee or any of that jazz.  If something goes wrong, you have my
  49. symphathy, but it's your problem.
  50.  
  51.  
  52. September 14, 1991
  53.  
  54.  
  55. P.S.  Always a handy piece of information: to exit the little smalltalk
  56.       system, type: ^Z (control-Z which is the DOS end-of-file char).
  57.