home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / OOP / _SMALTAL.TAR / usr / lib / smalltalk / documentation / README next >
Encoding:
Text File  |  1993-11-18  |  1.2 KB  |  23 lines

  1. I've compiled two versions of GNU Smalltalk 1.1.1. I have not created any
  2. default images, since these take up a lot of space. A Smalltalk image will be
  3. created in your current directory the first time you start 'mst'. If you wish
  4. to make this the default startup image, just copy it into /usr/lib/smalltalk,
  5. or /usr/lib/stix for the version that uses STIX (SmallTalk Interface to X).
  6.  
  7. To start the normal GNU Smalltalk, type 'mst' (or 'mst -V' to see the sources
  8. files load). If you've installed the version with X windows extensions, type 
  9. 'stix' to start. 'stix -V' also works - other than the X windows extensions, 
  10. these two versions are identical. If you wish to set up a default image for 
  11. 'stix', copy the mst.im file it creates into /usr/lib/stix. 
  12.  
  13. There are examples and more documentation files in the /usr/lib/stix, 
  14. /usr/lib/smalltalk, and /usr/info directories. Also try 'mst -?' or 'stix -?'.
  15.  
  16. The source was compiled on Linux 0.99pl13r with gcc 2.4.5 using libc.so.4.4.4.
  17. I ported it as 'sun-os3', #including unistd.h in mstmain.c, #undefining 
  18. BIG_ENDIAN, and changing the paths to /usr/lib instead of /usr/local.
  19.  
  20. ---
  21. Patrick Volkerding
  22. volkerdi@mhd1.moorhead.msus.edu
  23.