Download CamiTK 6.0.0 source tarball (latest stable)

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 DND_DIR=%SETUP_DIR%\download
set SOURCE_DIR=%SETUP_DIR%\src
curl -L https://gricad-gitlab.univ-grenoble-alpes.fr/CamiTK/CamiTK/-/archive/6.0.0/CamiTK-6.0.0.tar.bz2 --output %DND_DIR%\CamiTK-6.0.0.tar.bz2
certutil -hashfile %DND_DIR%\CamiTK-6.0.0.tar.bz2 sha256
7z x "%DND_DIR%\CamiTK-6.0.0.tar.bz2" -so | 7z x -aoa -si -ttar -o"%SOURCE_DIR%"
move "%SOURCE_DIR%\CamiTK-6.0.0" "%SOURCE_DIR%\camitk"
Checksum

The command

certutil -hashfile %DND_DIR%\CamiTK-6.0.0.tar.bz2 sha256

must print

09729dd0af747637bba6f1caf9172bd3f45710294c31373e193b6243227f7e47
⚠ 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.