Changeset 4118 for trunk/INSTALL.txt
- Timestamp:
- 03/02/08 07:52:10 (10 months ago)
- Files:
-
- 1 modified
-
trunk/INSTALL.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL.txt
r4102 r4118 69 69 by a user with administration privileges. The two environment variables can 70 70 have the same value if you are the only Logtalk user on your computer and if 71 you have full permissions to the Logtalk installation directory. In addition, 72 you may want to add the Logtalk sub-directory "xml", which contains useful 73 scripts for processing XML documenting files, to your execution path. 71 you have full permissions to the Logtalk installation directory. 74 72 75 73 >> POSIX systems: … … 79 77 setenv LOGTALKHOME /your/logtalk/installation/directory 80 78 setenv LOGTALKUSER $HOME/logtalk 81 setenv PATH $PATH:$LOGTALKHOME/xml:$LOGTALKHOME/scripts82 79 83 80 If you use a bash shell, add the following lines to your ~/.profile file: … … 85 82 LOGTALKHOME=/your/logtalk/installation/directory 86 83 LOGTALKUSER=$HOME/logtalk 87 PATH=$PATH:$LOGTALKHOME/xml:$LOGTALKHOME/scripts88 export PATH LOGTALKHOME LOGTALKUSER89 84 90 85 When using the provided shell script for installing Logtalk, a symbolic link
