Checkout / Git
The source code of SHEMAT-Suite is located in a Git-repository on Gitlab. Here, we explain how to clone, i.e. download, the source code.
No access to a Linux shell or desktop? Then, you should look at the First steps.
You have downloaded the SHEMAT-Suite source code and it is located in
the directory ~/SHEMAT-Suite/
? Proceed to
Compilation!
Table of Contents
Cloning
To clone the code for SHEMAT-Suite you should connect to the Linux computer you would like to work on (See First steps for information on how to connect to a remote computer or a local Linux machine).
Once you the command line you can clone the SHEMAT-Suite repository
via ssh or https. Go to the directory that you want to contain the
code and enter this cloning command to clone via ssh
:
git clone git@github.com:SHEMAT-Suite/SHEMAT-Suite-open.git SHEMAT-Suite
or this cloning command to clone via https
:
git clone https://git.rwth-aachen.de/SHEMAT-Suite/SHEMAT-Suite-open.git SHEMAT-Suite
The last entry of the commands (SHEMAT-Suite
) specifies the name of
the repository. For simplicity, we specify SHEMAT-Suite
removing the
suffix open
from the repository name.