Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.51 KB
Linux and OS X Windows
Build Status: Linux and OS X Build Status: Windows

Join the chat at https://gitter.im/gambit/gambit tip for next commit

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:

http://gambitscheme.org

Quick-install instructions for a typical installation

git clone https://github.com/gambit/gambit.git
cd gambit
./configure        # --enable-single-host optional but recommended
make -j            # build runtime library, gsi and gsc
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".