1
0
Fork 0
compile-scheme/INSTALL.md

28 lines
412 B
Markdown

# Install
## Linux
First install Gauche Scheme, on Debian/Ubuntu
apt-get install gauche
Then build and install compile-scheme
make
make install
## Mac OS
First install Gauche Scheme, on Debian/Ubuntu
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.