Mod:Hunt Research Group/InstallNCIPlot
Appearance
Install NCIPlot
- get the program here: link
- download the package and put it into your applications directory
- read the manual and README files
- cd to the src directory "cd /Applications/nciplot-3.0/src"
- the default makefile should work type "make mrproper"
- set the environment variable NCIPLOT_HOME in your .bashrc file by adding the lines below (your .bashrc file will be in your home directory)
# # nciplot # export NCIPLOT_HOME=/Applications/nciplot-3.0/src/nciplot export OMP_NUM_THREADS=2 alias nciplot="$NCIPLOT_HOME"
- then re-execute your .bashrc file by typing ". .bashrc"
- you should be ready to go