Instructions

Each download contains two files:

Installation instructions:

  1. Go to the folder in which you wish to install the application, for example your personal folder (which we will call /home/my_user, my_user being your first name, surname or whatever else you choose, according to the configuration of your site). Download the above-mentioned files:

    cd /home/my_user 

  2. Uncompress the archive file:

    gunzip -c cartopack-stable-linux-version.tar.gz | tar xf - 

  3. You can rename the uncompressed folder however you wish. For example, we will call it brainvisa:

    mv cartopack-stable-linux-version brainvisa 

  4. Then run the installation script:

    ./brainvisa/setup.sh

    or, if you have not renamed the folder:

    ./cartopack-stable-linux-version/setup.sh

  5. This window is displayed during installation. You will see:

    Figure 4.1. Installation window

    Installation window

  6. The installation process is complete. You may delete the cartopack-stable-linux.tar.gz file, unless you are planning another installation:

    rm cartopack-stable-linux-version.tar.gz