Changeset 1530 for trunk/INSTALL

Show
Ignore:
Timestamp:
09/27/04 13:49:08 (4 years ago)
Author:
pmoura
Message:

Updated to Logtalk 2.21.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1513 r1530  
    5151If you use a csh shell, add the following line to your ~/.cshrc file: 
    5252 
    53     setenv LOGTALKHOME /your/installation/directory/lgt2210 
     53    setenv LOGTALKHOME /your/installation/directory/lgt2211 
    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/lgt2210 
     58    LOGTALKHOME=/your/installation/directory/lgt2211 
    5959    export LOGTALKHOME 
    6060    PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc