Using the incorrect Tinker version, the executables are likely to fail with segfault. Since d71f4793 (Dec. 6, 2021), downloading the required Tinker version is automated in the CMake script. For versions prior to this commit, please refer to the following.
Deprecated
If this source code was cloned by Git, you can checkout Tinker from the tinker Git submodule:
# checkout Tinker cd tinker9 git submodule update --initAlternatively, remove the directory tinker9/tinker and clone Tinker from GitHub to replace the deleted directory, then checkout the required version b92eacc8.
cd tinker9 rm -rf tinker git clone https://github.com/tinkertools/tinker cd tinker git checkout <TheRequiredVersion>