Skip to content
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

Building from source on Intel Macs requires different path to Qt5 #1989

Open
saeschba opened this issue Jun 29, 2023 · 4 comments
Open

Building from source on Intel Macs requires different path to Qt5 #1989

saeschba opened this issue Jun 29, 2023 · 4 comments

Comments

@saeschba
Copy link

The instructions for building from source for Mac on https://colmap.github.io/install.html do not work for Macs with Intel chip. Code line

cmake .. -DQt5_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5

needs to be altered to

cmake .. -DQt5_DIR=/urs/local/opt/qt@5/lib/cmake/Qt5

on Intel Macs.

@kami93
Copy link

kami93 commented Jul 10, 2023

Typo! /urs/local/opt/qt@5/lib/cmake/Qt5 -> /usr/local/opt/qt@5/lib/cmake/Qt5

@saeschba
Copy link
Author

True, thanks!

@balaclava9
Copy link

Thanks! This helped me get COLMAP and then pmvs2 going on my c. 2018 Hackintosh with only an iGPU.
#192 (comment)

@b-d055
Copy link

b-d055 commented Aug 23, 2023

This is also the case on Apple M2 macbooks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants