Windows, Linux, and macOS |
---|
The Gambit Scheme system is a complete, portable, efficient and reliable implementation of the Scheme programming language.
The latest official release of the system and other helpful documents related to Gambit can be obtained from the Gambit wiki at:
git clone https://github.com/gambit/gambit.git
cd gambit
./configure # --enable-single-host optional but recommended
make # build runtime library, gsi and gsc (add -j8 if you can)
make modules # compile the builtin modules (optional but recommended)
make check # run self tests (optional but recommended)
make doc # build the documentation
sudo make install # install
Detailed installation instructions are given in the file "INSTALL.txt".