-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux aarch64 support? #19
Comments
Somehow, this post makes it seem like it worked on the Jetson. I don't know how. https://forums.developer.nvidia.com/t/running-meshroom-on-2gb-jetson-nano/173469/6 |
It does work on the Jetson. Like the commenter said, you have to create a platform for it. For example,
Leave setvars.sh empty. In config.cmake:
Modify your top-level CMakeLists.txt a bit:
Modify your CMakeOptions.txt too:
Then use Linux64-gcc-Jetson as your platform, build as usual. |
Trying to compile on the aarch64 platform, there are many errors, is there any intention to support the aarch64 platform?
The text was updated successfully, but these errors were encountered: