Node:The Installation Script, Next:The Uninstallation Script, Previous:UNIX Installation Prerequisites, Up:UNIX installation
Most users will install SICStus from a binary distribution. These are available for all supported platforms. Information on how to download and unpack the binary distribution is sent by email when ordering SICStus.
Binary distributions are installed by executing an interactive
installation script called InstallSICStus
. Type
% ./InstallSICStus
and follow the instructions on the screen. As an alternative, the SICStus Installer Tool can be used to download the SICStus files and invoke the installation script.
During installation, you will be required to enter your site-name and license code. These are included in the download instructions.
The installation program does not only copy files to their destination,
it also performs final link steps for some of the executables and for
the library modules requiring third-party software support (currently
library(bdb)
, library(tcltk)
, and
library(jasper)
). This is done in order to adapt to local
variations in installation paths and versions.
Invoke InstallSICStus
with the --help
argument to get a
list of options.
Compiling SICStus from the sources requires a source code
distribution. Contact sicstus-support@sics.se
for more info.
Instructions for compiling and installing SICStus from the source code
is available in the files README
and INSTALL
in the source
code distribution.