How to pass Qt5.15 (installed using snap) dir correctly on Ubuntu 20.04 #1549
Unanswered
belalhmedan90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have installed Qt5.15 using snap:
sudo snap install qt515-core20
, and I want to pass the directory to MeshLab, so I tried:sudo bash ./scripts/Linux/1_build.sh --build-path="./build" --ccache --qt_dir "/snap/qt515-core20/current/opt/qt515/bin/"
but that didn't work! can you please tell me how can I do it correctly? thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions