Skip to content
Discussion options

You must be logged in to vote

Well, there is a flurry of activity on the alicevision/meshroom repo: a thank you to the core dev team!

I followed up on the QT6 issue above. It turned out to be more convoluted than anticipated, however, with a number of changes I can compile and build the meshroom container with Qt6 instead of Qt5 which is the way to go.

The changes I had to make to compile/build the meshroom ubuntu container are:

1.) in Meshroom/CMakeLists.txt add the line
find_package(Qt6 6.9.1 REQUIRED COMPONENTS Core)

2.) in Meshroom/docker/build-ubuntu.sh
change from

< test -z "$AV_VERSION" && echo "AliceVision version not specified, set AV_VERSION in the environment" && exit 1
< test -z "$CUDA_VERSION" && CUDA_VER…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by beaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant