https://github.com/jefferis/AnalysisSuite
Revision 1fbadb65493c933f25e719b67a64723e318658c4 authored by Gregory Jefferis on 30 January 2014, 21:35:04 UTC, committed by Gregory Jefferis on 30 January 2014, 21:35:04 UTC
1 parent fccf6f6
Raw File
Tip revision: 1fbadb65493c933f25e719b67a64723e318658c4 authored by Gregory Jefferis on 30 January 2014, 21:35:04 UTC
Deprecate Read/WriteAmiraLandmarks in favour of nat
Tip revision: 1fbadb6
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