24 lines
477 B
Markdown
24 lines
477 B
Markdown
|
|
## Note about SRFIs
|
|
|
|
SRFI packages are not inluded in the setup executable as
|
|
there might be more than one implementation.
|
|
|
|
|
|
## Installation
|
|
|
|
Download the latest setup executable from
|
|
[Jenkins](https://jenkins.scheme.org/job/rinne/job/snow-fort-windows-installer/job/main/)
|
|
and run it.
|
|
|
|
|
|
## Using the libraries
|
|
|
|
Add the installation path to your implementations load path:
|
|
|
|
%SNOW_LIBRARY_PATH%
|
|
|
|
For example with Gauche:
|
|
|
|
gosh.exe -r7 -A "%SNOW_LIBRARY_PATH%" main.scm
|