root/trunk/scripts/NOTES.txt

Revision 4572, 2.6 KB (checked in by pmoura, 2 weeks ago)

Updated the Logtalk version number to 2.33.3 in preparation for the next release.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.33.3
4
5Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12This directory contains some shell scripts used for Logtalk packaging,
13installation, and integration with Prolog compilers. Those with extension
14".sh" are Bourne-compatible shells scripts for MacOS X, Linux, and similar
15systems. Those with extension ".js" are JScript command-line scripts for
16Windows; they require WSH 5.6 or later version to be installed and should
17be run using cscript.exe from a DOS command line shell (you may download
18WSH 5.6 from http://msdn.microsoft.com/downloads/list/webdev.asp).
19
20build_release.sh
21    helper script for building most of the distribution files of a new
22    Logtalk release
23
24cleandist.sh
25    script for cleaning a Logtalk distribution in preparation for packaging
26
27install.sh
28    shell script for installing Logtalk in a system-wide location for Unix
29    and Unix-like operating systems (must be run from this directory by a
30    user with administration privileges; accepts as an optional argument
31    a prefix for the installation directory: default is "/opt/local" on
32    Darwin, "/usr" on Debian systems, and "/usr/local" on other POSIX
33    systems, resulting in Logtalk being installed in "$prefix/share" with
34    useful scripts written to "$prefix/bin", which should be your path)
35
36uninstall.sh
37    shell script for de-installing Logtalk in Unix and Unix-like operating
38    systems (must be run from this directory by a user with administration
39    privileges)
40
41debian
42    directory containing support files for building a Debian package
43    (work in progress; experimental)
44
45linux
46    directory containing files used when building
47
48macosx
49    directory containing files used when building MacOS X installer
50    packages
51
52windows
53    directory containing files used when building Windows 2000/XP GUI
54    installers
55
56cplgtdirs.sh
57cplgtdirs.js
58    end-user scripts for copying the Logtalk user-modifiable files and
59    directories to the location pointed by the environment variable
60    LOGTALKUSER (defaults to "~/logtalk" on POSIX operating-systems
61    and to "My Documents\Logtalk" on Windows when the variable is not
62    defined); must be run by the end-user in order to ensure proper
63    permissions for the copied files; the LOGTALKHOME environment
64    variable must be defined (pointing to the Logtalk installation
65    directory)
Note: See TracBrowser for help on using the browser.