Changeset 1027

Show
Ignore:
Timestamp:
06/03/04 09:21:22 (5 years ago)
Author:
pmoura
Message:

Corrected some typos. Updated references to Logtalk version.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r928 r1027  
    4747~/.cshrc file: 
    4848 
    49     setenv LOGTALKHOME "/your/installation/directory/lgt2170" 
     49    setenv LOGTALKHOME "/your/installation/directory/lgt2171" 
    5050 
    5151If you use a bash shell, add the following lines to your ~/.profile file: 
    5252 
    53     LOGTALKHOME="/your/installation/directory/lgt2170" 
     53    LOGTALKHOME="/your/installation/directory/lgt2171" 
    5454    export LOGTALKHOME 
    5555 
  • trunk/misc/NOTES

    r928 r1027  
    1212lgt_install.sh 
    1313    shell script for installing Logtalk in Unix and Unix-like operating  
    14     systems (must be runned from this directory by a user with administration  
     14    systems (must be run from this directory by a user with administration  
    1515    privileges); accepts as an optional argument a prefix for the installation  
    1616    directory (default is /usr/local) 
     
    2323cplgtdirs.sh 
    2424    shell script for copying xml, examples and library directories to  
    25     the user home directory (must be runned by the end-user to ensure  
     25    the user home directory (must be run by the end-user to ensure  
    2626    proper permissions on the copied files) 
    2727 
    2828debian 
    2929    directory containing support files for building a Debian package 
     30    (work in progress; not yet functional) 
    3031 
    3132 
    32 The following shell scripts must be runned by a user with administration  
     33The following shell scripts must be run by a user with administration  
    3334privileges: 
    3435 
     
    5556    makes a script named yaplgt for running Logtalk with YAP 
    5657 
    57 These scripts require the environment variable LOGTALKHOME (containing the  
     58These scripts require the environment variable LOGTALKHOME (pointing to the  
    5859Logtalk installation directory) to be defined. In addition, they accept as  
    5960an optional argument a prefix for the location of a link to the scripts  
     
    6465Note: when Logtalk is manually installed from sources, the shell scripts might  
    6566not have the executable permission bit set. In that case it will be necessary  
    66 to first run the command "chmod a+x *.sh". 
     67to first run the command "chmod a+x *.sh" on the scripts directory. 
  • trunk/scripts/NOTES

    r928 r1027  
    1212lgt_install.sh 
    1313    shell script for installing Logtalk in Unix and Unix-like operating  
    14     systems (must be runned from this directory by a user with administration  
     14    systems (must be run from this directory by a user with administration  
    1515    privileges); accepts as an optional argument a prefix for the installation  
    1616    directory (default is /usr/local) 
     
    2323cplgtdirs.sh 
    2424    shell script for copying xml, examples and library directories to  
    25     the user home directory (must be runned by the end-user to ensure  
     25    the user home directory (must be run by the end-user to ensure  
    2626    proper permissions on the copied files) 
    2727 
    2828debian 
    2929    directory containing support files for building a Debian package 
     30    (work in progress; not yet functional) 
    3031 
    3132 
    32 The following shell scripts must be runned by a user with administration  
     33The following shell scripts must be run by a user with administration  
    3334privileges: 
    3435 
     
    5556    makes a script named yaplgt for running Logtalk with YAP 
    5657 
    57 These scripts require the environment variable LOGTALKHOME (containing the  
     58These scripts require the environment variable LOGTALKHOME (pointing to the  
    5859Logtalk installation directory) to be defined. In addition, they accept as  
    5960an optional argument a prefix for the location of a link to the scripts  
     
    6465Note: when Logtalk is manually installed from sources, the shell scripts might  
    6566not have the executable permission bit set. In that case it will be necessary  
    66 to first run the command "chmod a+x *.sh". 
     67to first run the command "chmod a+x *.sh" on the scripts directory.