Changeset 1447 for trunk/INSTALL

Show
Ignore:
Timestamp:
08/30/04 11:15:03 (4 years ago)
Author:
pmoura
Message:

Updated Logtalk release number to 2.20.2.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1446 r1447  
    5151If you use a csh shell, add the following line to your ~/.cshrc file: 
    5252 
    53     setenv LOGTALKHOME /your/installation/directory/lgt2201 
     53    setenv LOGTALKHOME /your/installation/directory/lgt2202 
    5454    setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 
    5555 
    5656If you use a bash shell, add the following lines to your ~/.profile file: 
    5757 
    58     LOGTALKHOME=/your/installation/directory/lgt2201 
     58    LOGTALKHOME=/your/installation/directory/lgt2202 
    5959    export LOGTALKHOME 
    6060    PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc