[Brains-users] Installing on the Mac
Hans Johnson
hans-johnson at uiowa.edu
Fri Jun 3 14:12:25 PDT 2005
USER ENVIRONMENTAL VARIABLE NOTES:
The distributed libraries and executables have no pathing information
stored
to describe where to find the dependancies to shared libaries. You
must make
sure that your environment defines where the execuatables should look
for the
shared libs.
On Linux or SGI:
export
LD_LIBRARY_PATH=/opt/brains2/lib:/opt/brains2/lib/InsightToolkit
On Mac:
export
DYLD_LIBRARY_PATH=/opt/brains2/lib:/opt/brains2/lib/InsightToolkit
INSTALL:
RPM:
The install of the RPM's is via the normal method:
rpm -Uvh brains2-*-.rpm
This will install the package in /opt/brains2, and will install 2
files in
/etc/profile.d that should get sourced automatically for each use
login.
TARBALL:
Unapck the files in /opt so that the executable is found at
/opt/brains2/bin/brains2
If desired copy /opt/brains2/bin/brains2/brains2_setup*.*sh to
/etc/profile.d so that user accounts
have their environment variables set up automatically for them.
More information about the Brains-users
mailing list