Changeset 1597 for trunk/INSTALL
- Timestamp:
- 10/16/04 08:35:59 (4 years ago)
- Files:
-
- 1 modified
-
trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r1540 r1597 13 13 This location depends on the working environment and on the number of users. 14 14 The "misc" sub-directory contains some shell scripts for easy installation 15 of Logtalk on Windows, Unix and Unix-like operating systems. 15 of Logtalk on Windows, Unix, and Unix-like operating systems (for details, 16 see the misc/NOTES file). 16 17 17 18 … … 51 52 If you use a csh shell, add the following line to your ~/.cshrc file: 52 53 53 setenv LOGTALKHOME /your/installation/directory/lgt221 154 setenv LOGTALKHOME /your/installation/directory/lgt2212 54 55 setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc 55 56 56 57 If you use a bash shell, add the following lines to your ~/.profile file: 57 58 58 LOGTALKHOME=/your/installation/directory/lgt221 159 LOGTALKHOME=/your/installation/directory/lgt2212 59 60 export LOGTALKHOME 60 61 PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/misc
