fda1482045
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1090 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
=================================================================
|
|
Logtalk - Object oriented extension to Prolog
|
|
Release 2.18.0
|
|
|
|
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
|
=================================================================
|
|
|
|
|
|
This directory contains miscellaneous files used in Logtalk packaging,
|
|
installation, and integration with Prolog compilers:
|
|
|
|
lgt_install.sh
|
|
shell script for installing Logtalk in Unix and Unix-like operating
|
|
systems (must be run from this directory by a user with administration
|
|
privileges); accepts as an optional argument a prefix for the installation
|
|
directory (default is /usr/local)
|
|
|
|
logtalk.spec
|
|
specification file for building Linux RPMs
|
|
(copy the Logtalk tarball to your RPM SOURCES directory and then
|
|
run the command: rpmbuild -ba --target=noarch-*-linux logtalk.spec)
|
|
|
|
cplgtdirs.sh
|
|
shell script for copying xml, examples and library directories to
|
|
the user home directory (must be run by the end-user to ensure
|
|
proper permissions on the copied files)
|
|
|
|
cleandist.sh
|
|
shell script for cleaning a Logtalk distribution in preparation for
|
|
packaging.
|
|
|
|
debian
|
|
directory containing support files for building a Debian package
|
|
(work in progress; not yet functional)
|
|
|
|
|
|
The following shell scripts must be run by a user with administration
|
|
privileges:
|
|
|
|
make_ciaolgt.sh
|
|
makes a script named ciaolgt for running Logtalk with CIAO Prolog
|
|
|
|
make_eclipselgt.sh
|
|
makes a script named eclipselgt for running Logtalk with ECLiPSe
|
|
|
|
make_gplgt.sh
|
|
makes a script named gplgt for running Logtalk with GNU Prolog
|
|
|
|
make_qplgt.sh
|
|
makes a script named qplgt for running Logtalk with Qu-Prolog
|
|
(based on script code contributed by Peter Robinson)
|
|
|
|
make_sicstuslgt.sh
|
|
makes a script named sicstuslgt for running Logtalk with SICStus Prolog
|
|
|
|
make_swilgt.sh
|
|
makes a script named swilgt for running Logtalk with SWI-Prolog
|
|
|
|
make_yaplgt.sh
|
|
makes a script named yaplgt for running Logtalk with YAP
|
|
|
|
make_xsblgt.sh
|
|
makes a script named ciaolgt for running Logtalk with XSB
|
|
|
|
These scripts require the environment variable LOGTALKHOME (pointing to the
|
|
Logtalk installation directory) to be defined. In addition, they accept as
|
|
an optional argument a prefix for the location of a link to the scripts
|
|
(default is /usr/local, creating the links in /usr/local/bin). Please note
|
|
that the environment variable LOGTALKHOME must be defined in order to run
|
|
the *lgt scripts that are created by the shell scripts above.
|
|
|
|
Note: when Logtalk is manually installed from sources, the shell scripts might
|
|
not have the executable permission bit set. In that case it will be necessary
|
|
to first run the command "chmod a+x *.sh" on the scripts directory.
|