Revision d4978b1de4aebe9624004f43c82b5fa85539d4d3 authored by Ashley Manton on 10 January 2014, 18:14:52 UTC, committed by Ashley Manton on 10 January 2014, 18:14:52 UTC
1 parent fce8684
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