This installer will guide you through the installation of @NAME@ v@VERSION@ (@VARIANT@ variant).
Files will be copied to the @INSTALL_DIR@,
@BIN_DIR@, @LIB_DIR@, and @INCLUDE_DIR@
directories. The Gambit installation
directory @INSTALL_DIR@/v@VERSION@ will be created
and @INSTALL_DIR@/current will be a link to that
directory. The programs added to the @BIN_DIR@, @LIB_DIR@, and @INCLUDE_DIR@ directories
are symbolic links to files in the
@INSTALL_DIR@/current directory. For example,
@BIN_DIR@/gsi is a link to
@INSTALL_DIR@/current/bin/gsi. After the installation is
finished you can start the Gambit interpreter from a shell simply
by executing the command
gsi
The installer has checked that it is safe to write into the
@BIN_DIR@, @LIB_DIR@, and @INCLUDE_DIR@
directories (no files will be clobbered). Gambit
can be uninstalled by executing as root the shell command
uninstall-gambit <version>
If <version> is omitted the current
version will be uninstalled. For example the following command will
undo the effects of this installer:
sudo uninstall-gambit v@VERSION@