SWI-Prolog binary directory Info: ===== Author: Jan Wielemaker SWI University of Amsterdam Roetersstraat 15 1018 WB Amsterdam The Netherlands E-mail: jan@swi.psy.uva.nl Mailing list: prolog@swi.psy.uva.nl Subscribe to: prolog-request@swi.psy.uva.nl bug reports: prolog-bugs@swi.psy.uva.nl Copyright: * Free for academic, personal and research usage * You need a licence for embedding in commercial applications * See file LICENCE for details. Installing the binary version: ============================== The simplest method is to make a *symbolic link* from your public executable directory to the executable in bin//pl. Donot *copy* the executable, as it uses the information from the link to find the location of the libraries. If you installed this directory as /usr/local/lib/pl-@PLVERSION@ do (as root, where is the name of the architecture): # cd /usr/local/bin # ln -s /usr/local/lib/pl-@PLVERSION@/bin//pl . Customising the binary version ==============================: You can make small customisations by making/editing a file called `pl.rc' in the SWI-Prolog home directory. This file is consulted before personal initialisation files (~/.plrc) and before the execution of the -g initialisation goal.