
_Slib_ Initialization File
--------------------------

The "init.ss" file in the _slibinit_ collection is an slib
initialization file (tested with version 2c8).

To use slib in MzScheme:

  (require-library "init.ss" "slibinit")

That's enough if the SCHEME_LIBRARY_PATH environment variable is
defined, or if slib is installed as an "slib" collection (i.e., in an
"slib" directory in the same location as the "mzlib" directory).


The initialization file contains one system-dependent setting:
`most-positive-fixnum' is bound to a value that is precisely correct
for 32-bit architectures. The precise value for a 64-bit architcture
is in the file, but commented out. The only danger in using the 32-bit
value for a 64-bit architecture is a decrease in performance.

No other changes should be necessary. Send patches to
scheme@cs.rice.edu.
