simX
Unofficial Mac Genius
I have this graphing utility called dislin, which is scientific data plotting software. It seems to be pretty nice (and the reason I need is for perl to be able to graph stuff on the web using a VMS machine, and it seems that this might work!).
They have a free BSD version which I wanted to try out, to see if it was what I wanted. So I download it (you can find it at http://www.dislin.de/ ), and go through the read me. I get through most of the installation, but then I get to this in the read me:
How do I do this with the Terminal on Mac OS X? Before there was a part where I had to set an environment variable, but I was in the wrong shell for these instructions (but I figured out the equivalent of how to do it).
Can anyone tell me how I'm supposed to do this, or with which shell these commands will work?
Thanks for any help.
They have a free BSD version which I wanted to try out, to see if it was what I wanted. So I download it (you can find it at http://www.dislin.de/ ), and go through the read me. I get through most of the installation, but then I get to this in the read me:
f) To make DISLIN available for general use, write the following com-
mands to your .profile or to /etc/profile
DISLIN=directory
export DISLIN
PATH=${PATH}:${DISLIN}/bin
LD_LIBRARY_PATH=$DISLIN:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
How do I do this with the Terminal on Mac OS X? Before there was a part where I had to set an environment variable, but I was in the wrong shell for these instructions (but I figured out the equivalent of how to do it).
Can anyone tell me how I'm supposed to do this, or with which shell these commands will work?
Thanks for any help.