next up previous
Next: Hackers corner Up: The Runtime Environment Previous: The Runtime Environment

The Runtime Emulator

The sources may be used to built two versions of the emulator. By default, the development emulator is built. This emulator contains all features for interactive development of Prolog applications. If the system is configured using --enable-runtime, make will create a runtime version of the emulator. This emulator is equivalent to the development version, except for the following features:

The following fragment is an example for building the runtime environment in $HOME/lib/rt-pl-2.1.4. If possible, the shared-library interface should be configured to ensure it can serve a large number of applications.

% cd pl-2.1.4
% mkdir runtime
% cd runtime
% ../src/configure --enable-runtime --enable-shared --prefix=$HOME
% make
% make rt-install

The runtime directory contains the components listed below. This directory may be tar'ed and shipped with your application.



Passani Luca
Tue Nov 14 08:58:33 MET 1995