[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using SLIB with Dr Scheme



Quoting "Chris Wright":
> I've downloade slib2d3.zip, unzipped it to c:\slib and set
> SCHEME_LIBRARY_PATH to c:\slib
> 
> then: (as per instructions on SLIB home page)
> 
> 
> C:\>cd slib
> 
> C:\slib>mzscheme -L init.ss slibinit

For version 200, use

  mzscheme -L load.ss slibinit

instead. "-L" expects a module, and "load.ss" is a module that `load's
"slibinit.ss" into the top level.

Search for "slib" in Help Desk for more information.

Matthew