5 echo ${DISLIN} > /etc/ld.so.conf.d/dislin.conf
8 echo add export DISLIN=$src in your .bashrc or /etc/profile
9 echo add $bin path to your .bashrc or /etc/profile as:
10 echo export PATH=\$PATH:$src/bin
12 echo update the library path with: ldconfig
14 echo user of python perl etc, please refer the library path in $src/python ... etc
16 echo for example of compile C file:
17 echo gcc -c $src/examples/exa_c.c -I$src/
18 echo $src/bin/clink exa_c
19 echo or clink exa_c if $src/bin is added already
27 rm /etc/ld.so.conf.d/dislin.conf