|
|
||
|---|---|---|
| doc | ||
| libs | ||
| r6rs-testfiles | ||
| r7rs-testfiles | ||
| .gitignore | ||
| Dockerfile | ||
| Dockerfile.jenkins | ||
| Dockerfile.test | ||
| INSTALL.md | ||
| Jenkinsfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| README_ADDITIONAL.md | ||
| bash_completion.sh | ||
| compile-scheme.bat | ||
| compile-scheme.scm | ||
| configure | ||
| install.bat | ||
| installer.iss | ||
| old-README.md | ||
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