https://github.com/jefferis/AnalysisSuite
Revision c08f374192bfba0046d4ca43a2a12c072afaade6 authored by Gregory Jefferis on 11 January 2014, 16:39:34 UTC, committed by Gregory Jefferis on 11 January 2014, 16:39:34 UTC
1 parent 40f028c
Raw File
Tip revision: c08f374192bfba0046d4ca43a2a12c072afaade6 authored by Gregory Jefferis on 11 January 2014, 16:39:34 UTC
change surface class to hxsurf (all lower case)
Tip revision: c08f374
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