View Single Post
Old 07-10-2024, 08:46 PM   #26
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 451
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Quote:
Originally Posted by DiapDealer View Post
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
retiredbiker is offline   Reply With Quote