Go to file
retropikzel cbcca22219 Fixing the build 2024-10-11 22:59:54 +03:00
executables Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
.gitignore Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
Dockerfile.jenkins Fixing the build 2024-10-11 22:59:54 +03:00
Jenkinsfile Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
Makefile Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
README.md Add environment variable for library path 2024-10-11 22:27:09 +03:00
download.sh Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
get-archive-urls.scm Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
install.nsi Add environment variable for library path 2024-10-11 22:27:09 +03:00

README.md

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 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