Changeset 52c2fb in git


Ignore:
Timestamp:
Mar 10, 1999, 1:41:59 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f99917fc47a2b22bde5ec1bddc687567f3cd4dba
Parents:
b19380134f922cde04d5eaaa0618c77039c732cf
Message:
*hannes: fixed path


git-svn-id: file:///usr/local/Singular/svn/trunk@2903 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.unix

    rb19380 r52c2fb  
    6464    If you have root permission, do:
    6565     
    66       ln -s `pwd`./<uname>/bin/Singular-<x-y-z> /usr/local/bin/Singular
     66      ln -s `pwd`/Singular/<uname>/<x-y-z>/Singular /usr/local/bin/Singular
    6767       
    68     Otherwise, append the dir `pwd`./<uname>/bin/ to your $PATH
     68    Otherwise, append the dir `pwd`/Singular/<uname>/<x-y-z> to your $PATH
    6969    environment variable. For the csh (or, tcsh) shell do:
    7070
    71       set path=(`pwd`/<uname>/bin/Singular-<x-y-z> $path)
     71      set path=(`pwd`/Singular/<uname>/<x-y-z> $path)
    7272 
    7373    For the bash (or, ksh) shell do:
    7474 
    75       export PATH=`pwd`/<uname>/bin/Singular-<x-y-z>:$PATH
     75      export PATH=`pwd`/Singular/<uname>/<x-y-z>:$PATH
    7676
    7777    You also might want to adjust your personal start-up files accordingly,
     
    7979
    8080    IMPORTANT: Do NEVER move or copy the file
    81     `./<uname>/bin/Singular-<x-y-z>'  to another place, but use
     81    `./Singular/<uname>/<x-y-z>/Singular'  to another place, but use
    8282    soft-links instead.
    8383
    8484
    8585After 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
    9594
    9695For the executable to work, the directory layout must look pretty much
     
    161160   Can not find shared library ....
    162161
    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
    166164
    167165  and then download and install
Note: See TracChangeset for help on using the changeset viewer.