Changeset 52c2fb in git
- Timestamp:
- Mar 10, 1999, 1:41:59 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f99917fc47a2b22bde5ec1bddc687567f3cd4dba
- Parents:
- b19380134f922cde04d5eaaa0618c77039c732cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL.unix
rb19380 r52c2fb 64 64 If you have root permission, do: 65 65 66 ln -s `pwd` ./<uname>/bin/Singular-<x-y-z>/usr/local/bin/Singular66 ln -s `pwd`/Singular/<uname>/<x-y-z>/Singular /usr/local/bin/Singular 67 67 68 Otherwise, append the dir `pwd` ./<uname>/bin/to your $PATH68 Otherwise, append the dir `pwd`/Singular/<uname>/<x-y-z> to your $PATH 69 69 environment variable. For the csh (or, tcsh) shell do: 70 70 71 set path=(`pwd`/ <uname>/bin/Singular-<x-y-z> $path)71 set path=(`pwd`/Singular/<uname>/<x-y-z> $path) 72 72 73 73 For the bash (or, ksh) shell do: 74 74 75 export PATH=`pwd`/ <uname>/bin/Singular-<x-y-z>:$PATH75 export PATH=`pwd`/Singular/<uname>/<x-y-z>:$PATH 76 76 77 77 You also might want to adjust your personal start-up files accordingly, … … 79 79 80 80 IMPORTANT: Do NEVER move or copy the file 81 `./ <uname>/bin/Singular-<x-y-z>' to another place, but use81 `./Singular/<uname>/<x-y-z>/Singular' to another place, but use 82 82 soft-links instead. 83 83 84 84 85 85 After unpacking, you will have a directory structure like: 86 ./<uname>/bin/Singular-<x-y-z> executable(s) 87 ./<uname>/bin/Singular soft link to executable 88 ./Singular/LIB/<x-y-z>/ Singular libraries 89 ./Singular/gftables Singular lookup tables 90 ./Singular/doc/<x-y-z>/ documentation (ps, dvi, info) 91 ./Singular/html/<x-y-z>/ documentation (html) 92 ./Singular/README general information on Singular 93 ./Singular/COPYING licence information 94 ./Singular/INSTALL this file 86 ./Singular/<uname>/<x-y-z>/ executable(s) 87 ./Singular/LIB/<x-y-z>/ Singular libraries 88 ./Singular/LIB/gftables/ Singular lookup tables 89 ./Singular/doc/<x-y-z>/ documentation (ps, dvi, info) 90 ./Singular/html/<x-y-z>/ documentation (html) 91 ./Singular/README general information on Singular 92 ./Singular/COPYING licence information 93 ./Singular/INSTALL this file 95 94 96 95 For the executable to work, the directory layout must look pretty much … … 161 160 Can not find shared library .... 162 161 163 To fix this, first delete the files 164 ./<uname>/bin/Singular 165 ./<uname>/bin/Singular-<x-y-z> 162 To fix this, first delete the file 163 ./Singular/<uname>/<x-y-z>/Singular 166 164 167 165 and then download and install
Note: See TracChangeset
for help on using the changeset viewer.