Details
Description
After the make command is executed, the MD5 dependency package of the Aarch64 cannot be automatically downloaded. However, the MD5 dependency package is obtained by changing the Aarch64 to x86_64. Check whether ARM-related dependency packages are provided. If no, how do I resolve this problem?
ARM64 is not a supported platform, so we don't provide pre-compiled binary dependencies for it. It would be a significant undertaking to do so.
We do use standard CMake "find" capabilities to build Server, so if you have the required dependencies available (from OS packages or from building them yourself) the build will make use of them. The build will fail if required dependencies are not found which will help you determine which are required, and you can look in the file tlm/deps/manifest.cmake in most cases to see which version of those dependencies we use for our production builds.