Go to file
retropikzel 8730cceef8 Fixing build 2024-10-11 13:42:09 +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 build 2024-10-11 13:42:09 +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 Updated readme 2024-10-11 10:56:11 +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 Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +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:

%ProgramFiles%/snow

For example with Gauche:

gosh.exe -r7 -A "%ProgramFiles%/snow" main.scm