pfavr2 / install_ros2_rolling_on_mac_m1

Scripts and patches to install ros2_rolling on Mac M1
Apache License 2.0
25 stars 1 forks source link

Working on M3 Macbook with some tweaks with QT. #10

Open JesperHerrloff opened 4 months ago

JesperHerrloff commented 4 months ago

For some reason QT6 is installed with opencv. And then it messes upp the build.

Had to use brew unlink qt && brew link qt@5 then it builds

Skärmavbild 2024-06-04 kl  08 01 04

Thanks for the script to make the experience smother.

koishi-daisuki commented 4 months ago

Thank you so much, it makes my life much easier!