-
Notifications
You must be signed in to change notification settings - Fork 93
Running on Apple Silicon
Peter Corke edited this page Jul 16, 2023
·
1 revision
Follow the install process here, then test the install by running
rvctool
If you get errors related to libomp.dylib
then the following fix worked for me:
brew install libomp
and you need to have brew installed (if you don't use it already, it is a super convenient way to install lots of tools from Linux world).
Now the test should work
rvctool
Any other errors, search online for a fix.