This page lists available git repositories of
SALOME modules sources.
To clone one of below listed projects, install
git, and run one of the following commands (depending on the protocol you want to use):
git clone git://git.salome-platform.org/ + project path
git clone http://git.salome-platform.org/ + project path
Example:
git clone http://git.salome-platform.org/KERNEL_SRC.git
Each source repository can provide several development branches corresponding to the different series of SALOME platform. To see the list of available branches use the following command:
git branch -a
Switch to the required branch using
git checkout command:
git checkout -b V5_1_main origin/V5_1_main
Visit
SALOME site to learn more about SALOME platform.