Closed FriedrichFroebel closed 4 years ago
According to the build instructions, at least CMake 3.9.x is required. This does not seem to be true any more then, as Ubuntu 18.04 is currently shipping 3.10.2 which suffices the stated requirement.
Nevertheless I have been able to build STA again using the latest stable CMake build 3.16.4 now.
If you use old cmake you should also use old versions of the libraries. I won't duplicate cmake features on finding dependencies more as that required constant maintance, now cmake team is responsible for updating their finding modules to support newest versions of the libraries and they do it.
I have previously been able to build STA using Ubuntu 18.04, but after pulling the latest commits from this repository, the build stopped working when following the steps from the official guide.
The first problem was the missing
libqt5svg5-dev
package which I was able to install, but runningcmake ..
from thebuild
directory still fails with some issue regarding theJPEG::JPEG
target. Trying to build withmake
afterwards nevertheless will abort due to a similar error later on.How to fix this problem?
The following output is produced by
cmake ..
: