Each download contains two files:
The binary package, for example: cartopack-stable-linux-version.tar.gz
The installation instructions file .README (which is also provided by the .gz file), for example cartopack-stable-linux-version.README
Installation instructions:
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
Uncompress the archive file:
gunzip -c cartopack-stable-linux-version.tar.gz | tar xf - You can rename the uncompressed folder however you wish. For example, we will call it brainvisa:
mv cartopack-stable-linux-version brainvisa Then run the installation script:
./brainvisa/setup.sh
or, if you have not renamed the folder:
./cartopack-stable-linux-version/setup.shThis window is displayed during installation. You will see:
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