1
0
Fork 0
Go to file
retropikzel 2c596c728c Update readme 2025-12-25 11:08:34 +02:00
doc Update manual 2025-12-16 06:32:52 +02:00
libs Working on windows version 2025-12-24 21:13:34 +02:00
r6rs-testfiles
r7rs-testfiles Most interpreters can now produce php file 2025-11-05 15:45:36 +02:00
.gitignore Small fixes 2025-11-29 12:48:11 +02:00
Dockerfile Adding release builds 2025-12-11 10:47:13 +02:00
Dockerfile.jenkins Fixing tests 2025-10-09 11:06:35 +03:00
Dockerfile.test Debug additions 2025-11-27 09:38:35 +02:00
INSTALL.md Working on windows version 2025-12-24 16:33:39 +02:00
Jenkinsfile Improving builds 2025-12-12 17:55:33 +02:00
LICENSE
Makefile Update readme 2025-12-25 11:08:34 +02:00
README.md Update readme 2025-12-25 11:08:34 +02:00
README_ADDITIONAL.md Working on windows version 2025-12-24 16:33:39 +02:00
bash_completion.sh Add --debug flag. Fix bash-completion. Small guile fixes 2025-11-26 18:09:19 +02:00
compile-scheme.bat Working on windows version 2025-12-24 11:31:47 +02:00
compile-scheme.scm Working on windows version 2025-12-24 13:34:11 +02:00
configure Backup 2025-12-23 17:30:45 +02:00
install.bat Working on windows version 2025-12-24 13:10:55 +02:00
installer.iss
old-README.md Making a manual page and renaming the program 2025-11-07 12:18:32 +02:00

README.md

Install

Linux

First install Gauche Scheme, on Debian/Ubuntu for example

apt-get install gauche

Then build and install compile-scheme

make
make install

Mac OS

First install Gauche Scheme, with brew for example

brew install gauche

Then build and install compile-scheme

make
make install

Windows

To install on windows first install Gauche Scheme. Then run install.bat as administrator.

Usage

Powershell

$env:COMPILE_SCHEME="gauche" ; compile-scheme -o main main.scm
.\main.bat

Wine cmd

set COMPILE_SCHEME=gauche