Download CamiTK develop

Now that you have done all the hard work of installing the toolchain and dependencies, this step will be very easy!

In a command shell with elevated privilege:

set SETUP_DIR=C:\setup
set SOURCE_DIR=%SETUP_DIR%\src
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/CamiTK/CamiTK.git %SOURCE_DIR%/camitk
git -C %SOURCE_DIR%/camitk checkout develop
⚠ Re-installing CamiTK

If you had an existing installation of CamiTK, you may still have some files in AppData (usually ̀C:\Users\<username>\AppData\Roaming\CamiTK or %APPDATA%\CamiTK). Remove this CamiTK directory if it exists, as it might contain erroneous paths that will interfere with the next steps.