snow-fort-windows-installer/README.md

24 lines
477 B
Markdown
Raw Permalink Normal View History

## Note about SRFIs
SRFI packages are not inluded in the setup executable as
there might be more than one implementation.
## Installation
2024-10-11 07:19:47 -04:00
Download the latest setup executable from
2024-10-12 00:41:31 -04:00
[Jenkins](https://jenkins.scheme.org/job/rinne/job/snow-fort-windows-installer/job/main/)
2024-10-11 07:19:47 -04:00
and run it.
2024-10-11 03:56:11 -04:00
## Using the libraries
Add the installation path to your implementations load path:
%SNOW_LIBRARY_PATH%
2024-10-11 03:56:11 -04:00
For example with Gauche:
gosh.exe -r7 -A "%SNOW_LIBRARY_PATH%" main.scm