colmap / glomap

GLOMAP - Global Structured-from-Motion Revisited
BSD 3-Clause "New" or "Revised" License
1.47k stars 93 forks source link

Dependency versions #134

Closed ericzzj1989 closed 3 hours ago

ericzzj1989 commented 3 hours ago

Thanks for your great jobs!

I’ve been trying to build the project using ninja but have encountered several errors during the process. To help troubleshoot, could you please provide the specific versions of the dependencies (e.g., ceres, boost, eigen, etc) required for the build? I am particularly interested in the versions for:

Thank you in advance for your help!

ahojnnes commented 3 hours ago

In case you build colmap with custom dependencies or on a system with outdated packages, I recommend following the vcpkg build instructions. Looking up the vcpkg commit hash in our CI pipeline is the best bet to find the latest working dependencies: https://github.com/colmap/colmap/blob/main/.github/workflows/build-windows.yml#L48