The sys
postinstall script will ask whether you wish to install
links to Quintus executables in the directory given by the environment
variable QPBINDIR
, or /usr/local/bin
if this is not set.
If you answer no to this question then no links are installed.
Quintus Prolog users will need to add
the Quintus runtime directory to their PATH
in order to find the
executables prolog
, qpc
, etc. For example:
% PATH=$PATH:QuintusDir/bin3.5/archdir; export PATH
The sys
postinstall script will then ask whether you wish to
install links to Quintus man pages in the directory given by the
environment variable QPMANDIR
, or /usr/local/man
if not
set. If you answer no to this question then no links are installed.
Quintus Prolog users may need to add the
the Quintus man directory to their MANPATH
in order to find the
man pages for prolog
, qpc
, etc. For example:
% MANPATH=$MANPATH:QuintusDir/generic/q3.5/man; export MANPATH