Download CamiTK develop
For the develop version, we recommend to clone the CamiTK git repository and switch to the develop branch. From the terminal:
# Clone and switch to the develop branch
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/CamiTK/CamiTK.git src/CamiTK-git
git -C src/CamiTK-git checkout develop
# set this CAMITK_SOURCE_DIR (it will be useful in the next steps)
export CAMITK_SOURCE_DIR="$(pwd)/src/CamiTK-git"
Update regularly
Use git pull in the source $CAMITK_SOURCE_DIR directory to update the code every so often in order to get the most recent develop version. It provides the latest bug fixes and new features!