Logtalk 2.17.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1071 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-06-06 22:46:45 +00:00
parent 0101c09236
commit b25690af56
158 changed files with 4565 additions and 476 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.17.0
Release 2.17.1
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -11,7 +11,7 @@ installation, and integration with Prolog compilers:
lgt_install.sh
shell script for installing Logtalk in Unix and Unix-like operating
systems (must be runned from this directory by a user with administration
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)
@@ -22,11 +22,19 @@ logtalk.spec
cplgtdirs.sh
shell script for copying xml, examples and library directories to
the user home directory (must be runned by the end-user to ensure
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.
The following shell scripts must be runned by a user with administration
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_eclipselgt.sh
@@ -34,16 +42,24 @@ make_eclipselgt.sh
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)
(based on script code contributed by Peter Robinson)
make_sicstuslgt.sh
makes a script named sicstuslgt for running Logtalk with SICStus Prolog
make_sicstuslgt.sh
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
makes a script named swilgt for running Logtalk with SWI-Prolog
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
@@ -52,4 +68,4 @@ 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
that the environment variable LOGTALKHOME must be defined in order to run
to first run the command "chmod a+x *.sh" on the scripts directory.