Quote:
Originally Posted by DiapDealer
There's no source download, but you can always clone the Sigil GitHub repository locally and build from the latest master branch. The new Qt minimum is 6.4. Qt needs to be built with ICU support, but pretty much all repository versions of Qt6.4+ already are.
EDIT: You can download a zip of the current source from GitHub as well. The link for that can be found under the green "Code" combo button.
|
I got the zip, and have an error on configuration I don't understand:
Code:
CMake Error at src/qt6sigil.cmake:31 (find_package):
Could not find a configuration file for package "Qt6" that is compatible
with requested version "6.4".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
Call Stack (most recent call first):
src/CMakeLists.txt:659 (include)
DoI need to update something in cmake?
Thanks