Changeset 1597 for trunk/INSTALL

Show
Ignore:
Timestamp:
10/16/04 08:35:59 (4 years ago)
Author:
pmoura
Message:

Updated for the new Logtalk 2.21.2 release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1540 r1597  
    1313This location depends on the working environment and on the number of users. 
    1414The "misc" sub-directory contains some shell scripts for easy installation  
    15 of Logtalk on Windows, Unix and Unix-like operating systems. 
     15of Logtalk on Windows, Unix, and Unix-like operating systems (for details,  
     16see the misc/NOTES file). 
    1617 
    1718 
     
    5152If you use a csh shell, add the following line to your ~/.cshrc file: 
    5253 
    53     setenv LOGTALKHOME /your/installation/directory/lgt2211 
     54    setenv LOGTALKHOME /your/installation/directory/lgt2212 
    5455    setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 
    5556 
    5657If you use a bash shell, add the following lines to your ~/.profile file: 
    5758 
    58     LOGTALKHOME=/your/installation/directory/lgt2211 
     59    LOGTALKHOME=/your/installation/directory/lgt2212 
    5960    export LOGTALKHOME 
    6061    PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc