MincView is the IGNS platform’s viewing application.

Installing MincView:

Download the tar file here:

http://packages.bic.mni.mcgill.ca/tgz/mincview-1.6.2.tar.gz<br>
file _readme_ is included in the tarball.

Go to the directory where you downloaded it and extract the file. It will create a directory called mincview.

cd /home/downloads
tar xvzf mincview-1.6.2.tar.gz

Make a directory where you want to build the package

mkdir /home/MincView

Run CMake

 cd /home/MincView
 ccmake /home/downloads/mincview

Configure CMake. You shall find examples of CMake options in the readme packaged with MincView. Compile the program

 make

If you have administration rights you can type

 make install