run ./sviewer
Installation of sviewer with full functionality
Step 0) define slicer in sviewer.sh
Step1) install bz2 in Slicer's Python Installation -script below works in python a) Look up location of bz2 file on local python python -c "import bz2; print bz2.file"
b) Look up dir in Slicer python
Slicer-build/Slicer --xterm
DIR=dirname $(${PYTHONHOME}/bin/python -c "import array; print array.__file__")
c) cp <FILE of Step a)>
Step 2: install nibabel in python
a) download nibabel 1.3
https://github.com/nipy/nibabel/archive/1.3.0.tar.gz
and untar
b) go to nibabel directory and execute
cd /data/software/nibabel-1.3.0/
Step 3: change slicer path in sviewer.sh