Revision fcea91669164c0b7ad22a392ae2c49f0bf746431 authored by Gregory Jefferis on 05 December 2013, 18:38:40 UTC, committed by Gregory Jefferis on 09 December 2013, 10:17:40 UTC
1 parent 2147564
Raw File
bin.README.txt
This directory already contains the perl scripts from scripts.zip
You may want to add registration binaries for your operating system.

Although the R scripts do not need this, you may wish to add the directory to your path if you want to use the tools from the command line.

For bash (default on osx 10.3)

Edit your ~/.profile or ~/.bashrc to add:

PATH="${PATH}:/path/to/Registration/folder/bin"
export PATH

Check that the path has been set by starting a new command line session and typing:

echo $PATH

You can also put the contents somewhere else sensible like /usr/local/bin or ~/bin
back to top