2007-06-12 11:39:47 +01:00
|
|
|
================================================================
|
|
|
|
Logtalk - Open source object-oriented logic programming language
|
|
|
|
Release 2.30.1
|
2004-04-26 00:57:46 +01:00
|
|
|
|
2007-01-10 12:46:10 +00:00
|
|
|
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
2007-06-12 11:39:47 +01:00
|
|
|
================================================================
|
2004-04-26 00:57:46 +01:00
|
|
|
|
|
|
|
|
2007-06-12 11:39:47 +01:00
|
|
|
This directory contains some shell scripts used for Logtalk packaging,
|
2005-04-23 00:57:45 +01:00
|
|
|
installation, and integration with Prolog compilers. Those with extension
|
2006-11-07 18:11:49 +00:00
|
|
|
".sh" are Bourne-compatible shells scripts for MacOS X, Linux, and similar
|
|
|
|
systems. Those with extension ".js" are JScript command-line scripts for
|
|
|
|
Windows; they require WSH 5.6 or later version to be installed and should
|
|
|
|
be run using cscript.exe from a DOS command line shell (you may download
|
2007-06-12 11:39:47 +01:00
|
|
|
WSH 5.6 from http://msdn.microsoft.com/downloads/list/webdev.asp).
|
2004-04-26 00:57:46 +01:00
|
|
|
|
2006-12-28 13:03:34 +00:00
|
|
|
build_release.sh
|
2007-06-12 11:39:47 +01:00
|
|
|
helper script for building most of the distribution files of a new
|
|
|
|
Logtalk release
|
2006-12-28 13:03:34 +00:00
|
|
|
|
2007-06-12 11:39:47 +01:00
|
|
|
cleandist.sh
|
|
|
|
script for cleaning a Logtalk distribution in preparation for packaging
|
|
|
|
|
|
|
|
install.sh
|
2004-12-25 03:06:18 +00:00
|
|
|
shell script for installing Logtalk in a system-wide location for Unix
|
|
|
|
and Unix-like operating systems (must be run from this directory by a
|
2006-11-07 18:11:49 +00:00
|
|
|
user with administration privileges; accepts as an optional argument
|
2007-06-12 11:39:47 +01:00
|
|
|
a prefix for the installation directory: default is "/opt/local" on
|
|
|
|
Darwin and "/usr/local" on other POSIX systems, resulting in Logtalk
|
|
|
|
being installed in "$prefix/share" with useful scripts written to
|
|
|
|
"$prefix/bin", which should be your path)
|
2004-04-26 00:57:46 +01:00
|
|
|
|
2007-06-12 11:39:47 +01:00
|
|
|
uninstall.sh
|
|
|
|
shell script for de-installing Logtalk in Unix and Unix-like operating
|
|
|
|
systems (must be run from this directory by a user with administration
|
|
|
|
privileges)
|
2006-12-28 13:03:34 +00:00
|
|
|
|
2007-06-12 11:39:47 +01:00
|
|
|
debian
|
|
|
|
directory containing support files for building a Debian package
|
|
|
|
(work in progress; experimental)
|
|
|
|
|
|
|
|
linux
|
|
|
|
directory containing files used when building
|
2004-04-26 00:57:46 +01:00
|
|
|
|
2006-12-28 13:03:34 +00:00
|
|
|
macosx
|
2007-06-12 11:39:47 +01:00
|
|
|
directory containing files used when building MacOS X installer
|
|
|
|
packages
|
2006-12-28 13:03:34 +00:00
|
|
|
|
2007-06-12 11:39:47 +01:00
|
|
|
windows
|
|
|
|
directory containing files used when building Windows 2000/XP GUI
|
|
|
|
installers
|
2006-11-07 18:11:49 +00:00
|
|
|
|
2004-04-26 00:57:46 +01:00
|
|
|
cplgtdirs.sh
|
2004-08-16 17:41:11 +01:00
|
|
|
cplgtdirs.js
|
2005-02-10 00:02:06 +00:00
|
|
|
end-user scripts for copying the Logtalk user-modifiable files and
|
2004-12-05 21:52:49 +00:00
|
|
|
directories to the location pointed by the environment variable
|
2007-03-28 23:44:31 +01:00
|
|
|
LOGTALKUSER (defaults to "~/logtalk" on POSIX operating-systems
|
|
|
|
and to "My Documents\Logtalk" on Windows when the variable is not
|
2004-12-05 21:52:49 +00:00
|
|
|
defined); must be run by the end-user in order to ensure proper
|
2007-06-12 11:39:47 +01:00
|
|
|
permissions for the copied files; the LOGTALKHOME environment
|
|
|
|
variable must be defined (pointing to the Logtalk installation
|
|
|
|
directory)
|