snow-fort-windows-installer/README.md

22 lines
395 B
Markdown
Raw 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 03:56:11 -04:00
Download the latest setup executable from Jenkins and run it.
## Using the libraries
Add the installation path to your implementations load path:
%ProgramFiles%/snow
For example with Gauche:
gosh.exe -r7 -A "%ProgramFiles%/snow" main.scm