-
Greetings,
CMake Error at Superbuild.cmake:133 (MESSAGE):
SET(Qt5_PATH "/usr/lib/x86_64-linux-gnu/qt5/" CACHE PATH "Path to directory where Qt 5 is installed. Directory should contain lib and bin subdirectories.")
OPTION(BUILD_HEADLESS "Build SCIRun without GUI." ON) Neither change had any effect.
qmake --version, I get:
qt5: /usr/lib/x86_64-linux-gnu/qt5 /usr/lib/qt5 /usr/share/qt5
Qt5:
http://sciinstitute.github.io/SCIRun/build.html
https://github.com/SCIInstitute/SCIRun/releases/tag/v5.0-beta.Y
./build.sh Kim |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi, First, there's no Linux installer. One must build from source. You can download a zip from the release page, or from the github home page (master branch), or preferably, clone the repo with git so you can get updates more easily (see below). If you noticed on the build instruction page, Qt 5.13 or later is required, and you're trying 5.9. I suggest installing Qt 5.15.2 to a user directory and pointing to that with cmake. You don't need to edit the cmake files themselves, just run cmake and fill in the directory in the UI. Alternatively, pass it to build.sh along with You might have build failures however--you'll need to checkout a branch that's being tested right now where I have updated some additional library dependencies. So after cloning, you can run And you did find the latest doc on how to build, but it's a bit lacking. We're actively buffing up a lot of areas of the documentation website so we'll get to the build page very soon, based on your experience. SCIRun isn't the easiest build, but the instructions should be clearer. Thanks for being so persistent! Let me know here if you have more questions, the more the better! |
Beta Was this translation helpful? Give feedback.
-
A couple more data points:
No need for the compile flag after the path is set. I just use
The particular files that can't be found are different than with Linux Mint. I'm not sure if that is meaningful or not. Kim |
Beta Was this translation helpful? Give feedback.
-
Issue has been resolved. |
Beta Was this translation helpful? Give feedback.
Issue has been resolved.