Go to file
retropikzel ba6b4a8aca Fixing the build 2024-10-12 07:49:31 +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 Make the build work in Jenkins (#1) 2024-10-12 00:42:33 -04:00
Jenkinsfile Fixing the build 2024-10-12 07:49:31 +03:00
Makefile Other than SRFI packages are now made to setup exe 2024-10-11 10:48:47 +03:00
README.md Make the build work in Jenkins (#1) 2024-10-12 00:42:33 -04: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 Make the build work in Jenkins (#1) 2024-10-12 00:42:33 -04: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